Home
last modified time | relevance | path

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

/external/u-boot/include/
Dlattice.h47 #define SHIFTLEFT 0x0100 /* The next data stream needs a left shift. */ macro
/external/u-boot/drivers/fpga/
Divm_core.c988 g_usFlowControl |= SHIFTLEFT; in ispVMCode()
1271 if (g_usFlowControl & SHIFTLEFT) { in ispVMDataCode()
1273 g_usFlowControl &= ~SHIFTLEFT; in ispVMDataCode()