Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c327 int tms = *timeout_ms; in lnet_eq_wait_locked() local
332 if (tms == 0) in lnet_eq_wait_locked()
341 if (tms < 0) { in lnet_eq_wait_locked()
348 schedule_timeout(cfs_time_seconds(tms) / 1000); in lnet_eq_wait_locked()
350 tms -= (int)(tv.tv_sec * 1000 + tv.tv_usec / 1000); in lnet_eq_wait_locked()
351 if (tms < 0) /* no more wait but may have new event */ in lnet_eq_wait_locked()
352 tms = 0; in lnet_eq_wait_locked()
355 wait = tms != 0; /* might need to call here again */ in lnet_eq_wait_locked()
356 *timeout_ms = tms; in lnet_eq_wait_locked()
/drivers/misc/altera-stapl/
Daltera-lpt.c44 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io_lpt() argument
56 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0)); in netup_jtag_io_lpt()
Daltera-jtag.c303 int tms; in altera_goto_jstate() local
327 tms = (altera_jtag_path_map[js->jtag_state] & in altera_goto_jstate()
332 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_goto_jstate()
334 if (tms) in altera_goto_jstate()
356 int tms; in altera_wait_cycles() local
368 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW; in altera_wait_cycles()
371 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_wait_cycles()
Daltera-exprt.h31 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
/drivers/video/fbdev/
Dcg14.c103 u8 tms[2]; /* Test Mode Status Regs */ member
/drivers/media/pci/cx23885/
Dcx23885-cards.c1682 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io() argument
1689 data |= (tms ? 0x00020002 : 0x00020000); in netup_jtag_io()