Searched defs:tms (Results 1 - 4 of 4) sorted by relevance

/drivers/misc/altera-stapl/
H A Daltera-lpt.c44 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 Daltera-jtag.c303 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 Dcx23885-cards.c1342 int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) argument
1349 data |= (tms ? 0x00020002 : 0x00020000);
/drivers/video/
H A Dcg14.c103 u8 tms[2]; /* Test Mode Status Regs */ member in struct:cg14_regs

Completed in 479 milliseconds