Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c68 #define TMS_HIGH 1 macro
278 alt_jtag_io(TMS_HIGH, TDI_LOW, IGNORE_TDO); in altera_jreset_idle()
308 alt_jtag_io(TMS_HIGH, TDI_LOW, IGNORE_TDO); in altera_goto_jstate()
315 ? TMS_HIGH : TMS_LOW; in altera_goto_jstate()
354 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW; in altera_wait_cycles()