Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c84 js->irstop_state = IDLE; in altera_jinit()
111 js->irstop_state = state; in altera_set_irstop()
673 if (js->irstop_state != IRPAUSE) in altera_irscan()
674 status = altera_goto_jstate(astate, js->irstop_state); in altera_irscan()
773 if (js->irstop_state != IRPAUSE) in altera_swap_ir()
774 status = altera_goto_jstate(astate, js->irstop_state); in altera_swap_ir()
H A Daltera-jtag.h43 enum altera_jtag_state irstop_state; member