Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Divm_core.c269 { IRPAUSE, SHIFTIR, 0x80, 2 },/* Extra transitions using SHIFTIR */
270 { SHIFTIR, IRPAUSE, 0x80, 2 },
271 { SHIFTIR, IDLE, 0xC0, 3 },
341 case SHIFTIR: in GetState()
1523 ispVMStateMachine(SHIFTIR); in ispVMShift()
1526 ispVMStateMachine(SHIFTIR); in ispVMShift()
/openbmc/u-boot/include/
H A Dlattice.h33 #define SHIFTIR 0x04 macro