Lines Matching refs:RESET
252 { RESET, RESET, 0xFC, 6 }, /* Transitions from RESET */
253 { RESET, IDLE, 0x00, 1 },
254 { RESET, DRPAUSE, 0x50, 5 },
255 { RESET, IRPAUSE, 0x68, 6 },
256 { IDLE, RESET, 0xE0, 3 }, /* Transitions from IDLE */
259 { DRPAUSE, RESET, 0xF8, 5 }, /* Transitions from DRPAUSE */
263 { IRPAUSE, RESET, 0xF8, 5 }, /* Transitions from IRPAUSE */
334 case RESET: in GetState()
2442 (cNextJTAGState != RESET)) { in ispVMStateMachine()
2497 ispVMStateMachine(RESET); /*step devices to RESET state*/ in ispVMStart()
2517 ispVMStateMachine(RESET); /*step devices to RESET state */ in ispVMEnd()