Home
last modified time | relevance | path

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

/external/u-boot/drivers/fpga/
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()
/external/u-boot/include/
Dlattice.h36 #define DRCAPTURE 0x06 macro