Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/fpga/
H A Divm_core.c600 while ((cCurrentByte = GetByte()) & 0x80) { in ispVMDataSize()
639 usByte = GetByte(); in ispVMCode()
655 while ((cOpcode = GetByte()) >= 0) { in ispVMCode()
664 ucState = GetByte(); in ispVMCode()
784 g_ucEndDR = GetByte(); in ispVMCode()
798 g_ucEndIR = GetByte(); in ispVMCode()
862 cOpcode = GetByte(); in ispVMCode()
915 cRetCode = GetByte(); in ispVMCode()
980 (unsigned short)GetByte()); in ispVMCode()
992 (unsigned short)GetByte()); in ispVMCode()
[all …]
H A Dlattice.c125 unsigned char GetByte(void) in GetByte() function
194 ucReadByte = GetByte(); in ispVM()
197 crc = (unsigned char)GetByte(); in ispVM()
199 crc |= GetByte(); in ispVM()
203 szFileVersion[cIndex] = GetByte(); in ispVM()
209 szFileVersion[cIndex] = GetByte(); in ispVM()
/rk3399_rockchip-uboot/include/
H A Dlattice.h295 unsigned char GetByte(void);