Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c308 #define GetByte(reg) ((unsigned)inb(ioaddr + (reg))) macro
325 pr_cont(" %2.2x", GetByte(i));
331 pr_cont(" %2.2x", GetByte(i));
341 pr_cont(" %2.2x", GetByte(i));
405 d = GetByte(XIRCREG2_GPR2); /* read MDIO */ in mii_getbit()
998 saved_page = GetByte(XIRCREG_PR); in xirc2ps_interrupt()
1002 int_status = GetByte(XIRCREG_ISR); in xirc2ps_interrupt()
1009 eth_status = GetByte(XIRCREG_ESR); in xirc2ps_interrupt()
1012 rx_status = GetByte(XIRCREG40_RXST0); in xirc2ps_interrupt()
1014 tx_status = GetByte(XIRCREG40_TXST0); in xirc2ps_interrupt()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dlattice.h295 unsigned char GetByte(void);
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c1611 #define GetByte(p,s) (((p) >> (s)) & 0xff) in ProcRenderCreateCursor() macro
1612 #define GetColor(p,s) (GetByte(p,s) | (GetByte(p,s) << 8)) in ProcRenderCreateCursor()