Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Divm_core.c53 unsigned short g_usDataType; variable
638 if (!(g_usDataType & LHEAP_IN) && !(g_usDataType & HEAP_IN)) { in ispVMCode()
641 g_usDataType |= COMPRESS; in ispVMCode()
1295 g_usDataType |= HEAP_IN; in ispVMDataCode()
1489 g_usDataType |= HEAP_IN; in ispVMData()
1517 g_usDataType |= SIR_DATA; in ispVMShift()
1536 g_usDataType |= SDR_DATA; in ispVMShift()
1612 if (g_usDataType & TDO_DATA || g_usDataType & DMASK_DATA) { in ispVMShift()
1910 g_usDataType |= HEAP_IN; in ispVMLoop()
2122 g_usDataType |= LHEAP_IN; in ispVMLCOUNT()
[all …]
H A Dlattice.c28 extern unsigned short g_usDataType;
129 if (g_usDataType & HEAP_IN) { in GetByte()
145 } else if (g_usDataType & LHEAP_IN) { in GetByte()