Home
last modified time | relevance | path

Searched refs:tms (Results 1 – 5 of 5) sorted by relevance

/drivers/misc/altera-stapl/
Daltera-lpt.c30 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io_lpt() argument
42 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0)); in netup_jtag_io_lpt()
Daltera-jtag.c289 int tms; in altera_goto_jstate() local
313 tms = (altera_jtag_path_map[js->jtag_state] & in altera_goto_jstate()
318 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_goto_jstate()
320 if (tms) in altera_goto_jstate()
342 int tms; in altera_wait_cycles() local
354 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW; in altera_wait_cycles()
357 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_wait_cycles()
Daltera-exprt.h17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
/drivers/video/fbdev/
Dcg14.c104 u8 tms[2]; /* Test Mode Status Regs */ member
/drivers/media/pci/cx23885/
Dcx23885-cards.c2079 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io() argument
2086 data |= (tms ? 0x00020002 : 0x00020000); in netup_jtag_io()