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()
2415 cCurByte = pcSource[iSourceIndex++]; in ispVMBypass()
2534 unsigned char cCurByte = 0; in ispVMSend() local
2539 cCurByte = g_pucInData[iInDataIndex++]; in ispVMSend()
[all …]