Searched refs:GetByte (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/fpga/ |
H A D | ivm_core.c | 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 …]
|
H A D | lattice.c | 124 unsigned char GetByte(void) in GetByte() function 193 ucReadByte = GetByte(); in ispVM() 196 crc = (unsigned char)GetByte(); in ispVM() 198 crc |= GetByte(); in ispVM() 202 szFileVersion[cIndex] = GetByte(); in ispVM() 208 szFileVersion[cIndex] = GetByte(); in ispVM()
|
/openbmc/linux/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 308 #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() 997 saved_page = GetByte(XIRCREG_PR); in xirc2ps_interrupt() 1001 int_status = GetByte(XIRCREG_ISR); in xirc2ps_interrupt() 1008 eth_status = GetByte(XIRCREG_ESR); in xirc2ps_interrupt() 1011 rx_status = GetByte(XIRCREG40_RXST0); in xirc2ps_interrupt() 1013 tx_status = GetByte(XIRCREG40_TXST0); in xirc2ps_interrupt() [all …]
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | fill.py | 28 self.fill_value = fdt_util.GetByte(self._node, 'fill-byte', 0)
|
/openbmc/u-boot/tools/dtoc/ |
H A D | test_fdt | 464 self.assertEqual(5, fdt_util.GetByte(self.node, 'byteval')) 465 self.assertEqual(3, fdt_util.GetByte(self.node, 'missing', 3)) 468 fdt_util.GetByte(self.node, 'longbytearray') 473 fdt_util.GetByte(self.node, 'intval')
|
H A D | test_fdt.py | 464 self.assertEqual(5, fdt_util.GetByte(self.node, 'byteval')) 465 self.assertEqual(3, fdt_util.GetByte(self.node, 'missing', 3)) 468 fdt_util.GetByte(self.node, 'longbytearray') 473 fdt_util.GetByte(self.node, 'intval')
|
H A D | fdt_util.py | 151 def GetByte(node, propname, default=None): function
|
/openbmc/u-boot/include/ |
H A D | lattice.h | 294 unsigned char GetByte(void);
|