Home
last modified time | relevance | path

Searched refs:LHEAP_IN (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/fpga/
H A Divm_core.c638 if (!(g_usDataType & LHEAP_IN) && !(g_usDataType & HEAP_IN)) { in ispVMCode()
671 if ((g_usDataType & LHEAP_IN) && in ispVMCode()
680 if (g_usDataType & LHEAP_IN) { in ispVMCode()
698 if (g_usDataType & LHEAP_IN) { in ispVMCode()
739 if (g_usDataType & LHEAP_IN) { in ispVMCode()
752 if (g_usDataType & LHEAP_IN) { in ispVMCode()
2122 g_usDataType |= LHEAP_IN; in ispVMLCOUNT()
2195 if ((g_usDataType & LHEAP_IN) && in ispVMLCOUNT()
2339 g_usDataType &= ~LHEAP_IN; in ispVMLCOUNT()
H A Dlattice.c145 } else if (g_usDataType & LHEAP_IN) { in GetByte()
/openbmc/u-boot/include/
H A Dlattice.h63 #define LHEAP_IN 0x0200 /* Data is from intel data buffer. */ macro