Searched refs:IRPAUSE (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | ivm_core.c | 65 unsigned char g_ucEndIR = IRPAUSE; 254 { RESET, IRPAUSE, 0x68, 6 }, 257 { IDLE, IRPAUSE, 0xD0, 5 }, 260 { DRPAUSE, IRPAUSE, 0xF4, 7 }, 262 { IRPAUSE, RESET, 0xF8, 5 }, /* Transitions from IRPAUSE */ 263 { IRPAUSE, IDLE, 0xC0, 3 }, 264 { IRPAUSE, DRPAUSE, 0xE8, 6 }, 266 { IRPAUSE, SHIFTDR, 0xE0, 5 }, 269 { IRPAUSE, SHIFTIR, 0x80, 2 },/* Extra transitions using SHIFTIR */ 270 { SHIFTIR, IRPAUSE, 0x80, 2 }, [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | lattice.h | 32 #define IRPAUSE 0x02 macro
|