Home
last modified time | relevance | path

Searched refs:DRCAPTURE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c37 /* 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 Daltera-jtag.h21 DRCAPTURE = 3, enumerator
/openbmc/u-boot/drivers/fpga/
H A Divm_core.c272 { 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 Dlattice.h36 #define DRCAPTURE 0x06 macro