Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/altera-stapl/
Daltera-jtag.c61 /* IREXIT1 */ { IRUPDATE, IRPAUSE },
62 /* IRPAUSE */ { IREXIT2, IRPAUSE },
319 (state == IRPAUSE)) { in altera_goto_jstate()
633 case IRPAUSE: in altera_irscan()
637 start_state = IRPAUSE; in altera_irscan()
683 js->jtag_state = IRPAUSE; in altera_irscan()
687 if (js->irstop_state != IRPAUSE) in altera_irscan()
732 case IRPAUSE: in altera_swap_ir()
736 start_state = IRPAUSE; in altera_swap_ir()
783 js->jtag_state = IRPAUSE; in altera_swap_ir()
[all …]
Daltera-jtag.h45 IRPAUSE = 13, enumerator