Searched refs:GetByte (Results 1 – 5 of 5) sorted by relevance
600 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 …]
125 unsigned char GetByte(void) in GetByte() function194 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()
308 #define GetByte(reg) ((unsigned)inb(ioaddr + (reg))) macro325 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 …]
295 unsigned char GetByte(void);
1611 #define GetByte(p,s) (((p) >> (s)) & 0xff) in ProcRenderCreateCursor() macro1612 #define GetColor(p,s) (GetByte(p,s) | (GetByte(p,s) << 8)) in ProcRenderCreateCursor()