Searched refs:DRCAPTURE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/misc/altera-stapl/ |
H A D | altera-jtag.c | 37 /* DRSELECT */ { IRSELECT, DRCAPTURE }, 605 case DRCAPTURE: in altera_irscan() 704 case DRCAPTURE: in altera_swap_ir() 808 case DRCAPTURE: in altera_drscan() 899 case DRCAPTURE: in altera_swap_dr()
|
H A D | altera-jtag.h | 21 DRCAPTURE = 3, enumerator
|
/openbmc/u-boot/drivers/fpga/ |
H A D | ivm_core.c | 272 { DRPAUSE, DRCAPTURE, 0xE0, 4 }, /* 11/15/05 Support DRCAPTURE*/ 273 { DRCAPTURE, DRPAUSE, 0x80, 2 }, 274 { IDLE, DRCAPTURE, 0x80, 2 }, 275 { IRPAUSE, DRCAPTURE, 0xE0, 4 } 345 case DRCAPTURE:/* 11/15/05 support DRCAPTURE*/ in GetState() 674 ispVMStateMachine(DRCAPTURE); in ispVMCode() 2198 ispVMStateMachine(DRCAPTURE); in ispVMLCOUNT()
|
/openbmc/u-boot/include/ |
H A D | lattice.h | 36 #define DRCAPTURE 0x06 macro
|