Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Divm_core.c1999 char cCurByte = 0; in ispVMComment() local
2006 cCurByte = GetByte(); in ispVMComment()
2007 vme_out_char(cCurByte); in ispVMComment()
2009 cCurByte = '\n'; in ispVMComment()
2010 vme_out_char(cCurByte); in ispVMComment()
2377 unsigned char cCurByte = 0; in ispVMBypass() local
2406 cCurByte = pcSource[iSourceIndex++]; in ispVMBypass()
2408 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()
2415 cCurByte = pcSource[iSourceIndex++]; in ispVMBypass()
2418 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()
[all …]