Searched refs:GetByte (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/fpga/ |
A D | lattice.c | 126 unsigned char GetByte(void) in GetByte() function 195 ucReadByte = GetByte(); in ispVM() 198 crc = (unsigned char)GetByte(); in ispVM() 200 crc |= GetByte(); in ispVM() 204 szFileVersion[cIndex] = GetByte(); in ispVM() 210 szFileVersion[cIndex] = GetByte(); in ispVM()
|
A D | ivm_core.c | 640 usByte = GetByte(); in ispVMCode() 665 ucState = GetByte(); in ispVMCode() 863 cOpcode = GetByte(); in ispVMCode() 916 cRetCode = GetByte(); in ispVMCode() 1068 ucState = GetByte(); in ispVMCode() 1077 ucState = GetByte(); in ispVMCode() 1386 compress = GetByte(); in ispVMData() 1737 GetByte(); in ispVMAmble() 1866 Code = GetByte(); in ispVMAmble() 2007 cCurByte = GetByte(); in ispVMComment() [all …]
|
/u-boot/tools/binman/etype/ |
A D | fill.py | 31 self.fill_value = fdt_util.GetByte(self._node, 'fill-byte', 0)
|
A D | u_boot_env.py | 27 self.fill_value = fdt_util.GetByte(self._node, 'fill-byte', 0)
|
/u-boot/include/ |
A D | lattice.h | 294 unsigned char GetByte(void);
|
/u-boot/tools/dtoc/ |
A D | fdt_util.py | 147 def GetByte(node, propname, default=None): function
|
A D | test_fdt | 520 self.assertEqual(5, fdt_util.GetByte(self.node, 'byteval')) 521 self.assertEqual(3, fdt_util.GetByte(self.node, 'missing', 3)) 524 fdt_util.GetByte(self.node, 'longbytearray') 529 fdt_util.GetByte(self.node, 'intval')
|
A D | test_fdt.py | 520 self.assertEqual(5, fdt_util.GetByte(self.node, 'byteval')) 521 self.assertEqual(3, fdt_util.GetByte(self.node, 'missing', 3)) 524 fdt_util.GetByte(self.node, 'longbytearray') 529 fdt_util.GetByte(self.node, 'intval')
|
Completed in 12 milliseconds