Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Divm_core.c2581 unsigned char cCurBit = 0; in ispVMRead() local
2666 cCurBit = readPort(); in ispVMRead()
2670 ucDisplayByte |= cCurBit; in ispVMRead()
2680 if (cCurBit == 0x01) in ispVMRead()
2687 if (cCurBit != (unsigned char) in ispVMRead()
2877 unsigned char cCurBit = 0; in ispVMReadandSave() local
2915 cCurBit = readPort(); in ispVMReadandSave()
2962 (((cCurBit & 0x1) ? 0x01 : 0x00) << in ispVMReadandSave()