Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/altera-stapl/
Daltera-jtag.c98 js->irstop_state = IDLE; in altera_jinit()
125 js->irstop_state = state; in altera_set_irstop()
687 if (js->irstop_state != IRPAUSE) in altera_irscan()
688 status = altera_goto_jstate(astate, js->irstop_state); in altera_irscan()
787 if (js->irstop_state != IRPAUSE) in altera_swap_ir()
788 status = altera_goto_jstate(astate, js->irstop_state); in altera_swap_ir()
Daltera-jtag.h57 enum altera_jtag_state irstop_state; member