Searched defs:tms (Results 1 - 4 of 4) sorted by relevance
/drivers/misc/altera-stapl/ |
H A D | altera-lpt.c | 44 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) argument 56 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0));
|
H A D | altera-jtag.c | 303 int tms; local 327 tms = (altera_jtag_path_map[js->jtag_state] & 332 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); 334 if (tms) 356 int tms; local 368 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW; 371 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO);
|
/drivers/media/video/cx23885/ |
H A D | cx23885-cards.c | 1342 int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) argument 1349 data |= (tms ? 0x00020002 : 0x00020000);
|
/drivers/video/ |
H A D | cg14.c | 103 u8 tms[2]; /* Test Mode Status Regs */ member in struct:cg14_regs
|
Completed in 479 milliseconds