| /openbmc/u-boot/arch/sh/lib/ |
| H A D | udivsi3_i4i.S | 314 .byte 0 315 .byte 1 316 .byte 0 317 .byte -1 318 .byte -1 319 .byte -2 320 .byte -2 321 .byte -2 322 .byte -2 323 .byte -3 [all …]
|
| H A D | ashlsi3.S | 52 .byte __ashlsi3_0-__ashlsi3_table 53 .byte __ashlsi3_1-__ashlsi3_table 54 .byte __ashlsi3_2-__ashlsi3_table 55 .byte __ashlsi3_3-__ashlsi3_table 56 .byte __ashlsi3_4-__ashlsi3_table 57 .byte __ashlsi3_5-__ashlsi3_table 58 .byte __ashlsi3_6-__ashlsi3_table 59 .byte __ashlsi3_7-__ashlsi3_table 60 .byte __ashlsi3_8-__ashlsi3_table 61 .byte __ashlsi3_9-__ashlsi3_table [all …]
|
| H A D | ashrsi3.S | 54 .byte ashrsi3_0-ashrsi3_table 55 .byte ashrsi3_1-ashrsi3_table 56 .byte ashrsi3_2-ashrsi3_table 57 .byte ashrsi3_3-ashrsi3_table 58 .byte ashrsi3_4-ashrsi3_table 59 .byte ashrsi3_5-ashrsi3_table 60 .byte ashrsi3_6-ashrsi3_table 61 .byte ashrsi3_7-ashrsi3_table 62 .byte ashrsi3_8-ashrsi3_table 63 .byte ashrsi3_9-ashrsi3_table [all …]
|
| H A D | lshrsi3.S | 52 .byte __lshrsi3_0-__lshrsi3_table 53 .byte __lshrsi3_1-__lshrsi3_table 54 .byte __lshrsi3_2-__lshrsi3_table 55 .byte __lshrsi3_3-__lshrsi3_table 56 .byte __lshrsi3_4-__lshrsi3_table 57 .byte __lshrsi3_5-__lshrsi3_table 58 .byte __lshrsi3_6-__lshrsi3_table 59 .byte __lshrsi3_7-__lshrsi3_table 60 .byte __lshrsi3_8-__lshrsi3_table 61 .byte __lshrsi3_9-__lshrsi3_table [all …]
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | start16.S | 16 #define a32 .byte 0x67; 17 #define o32 .byte 0x66; 91 .byte 0x00 /* base_middle */ 92 .byte 0x00 /* access */ 93 .byte 0x00 /* flags + limit_high */ 94 .byte 0x00 /* base_high */ 99 .byte 0x00 /* base_middle */ 100 .byte 0x00 /* access */ 101 .byte 0x00 /* flags + limit_high */ 102 .byte 0x00 /* base_high */ [all …]
|
| H A D | start.S | 253 .byte 0x00 /* base_middle */ 254 .byte 0x00 /* access */ 255 .byte 0x00 /* flags + limit_high */ 256 .byte 0x00 /* base_high */ 261 .byte 0x00 /* base_middle */ 262 .byte 0x00 /* access */ 263 .byte 0x00 /* flags + limit_high */ 264 .byte 0x00 /* base_high */ 275 .byte 0x00 /* base_middle */ 276 .byte 0x9b /* access */ [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 021.out | 5 -1 is not a valid pattern byte 8 -1 is not a valid pattern byte 11 -1 is not a valid pattern byte 14 -1 is not a valid pattern byte 17 -1 is not a valid pattern byte 20 -1 is not a valid pattern byte 23 300 is not a valid pattern byte 26 300 is not a valid pattern byte 29 300 is not a valid pattern byte 32 300 is not a valid pattern byte [all …]
|
| /openbmc/bios-bmc-smm-error-logger/test/ |
| H A D | pci_handler_test.cpp | 29 {std::byte(0), std::byte(11), std::byte(22), std::byte(33), in PciHandlerTest() 30 std::byte(44), std::byte(55), std::byte(66), std::byte(77)}), in PciHandlerTest() 35 .WillOnce(Return(std::span<std::byte>(testMapped))); 47 std::vector<std::byte> testMapped; 109 std::vector<std::byte> expectedMapped{ in TEST_F() 110 std::byte(0), std::byte(11), std::byte(22), std::byte(33), in TEST_F() 111 std::byte(44), std::byte(55), std::byte(66), std::byte(77)}; in TEST_F() 116 expectedMapped[0] = std::byte(99); in TEST_F() 117 expectedMapped[1] = std::byte(88); in TEST_F() 126 expectedMapped[4] = std::byte(55); in TEST_F() [all …]
|
| /openbmc/qemu/util/ |
| H A D | unicode.c | 66 unsigned byte, mask, len, i; in mod_utf8_codepoint() local 76 byte = *p++; in mod_utf8_codepoint() 77 if (byte < 0x80) { in mod_utf8_codepoint() 78 cp = byte; /* one byte sequence */ in mod_utf8_codepoint() 79 } else if (byte >= 0xFE) { in mod_utf8_codepoint() 81 } else if ((byte & 0x40) == 0) { in mod_utf8_codepoint() 86 for (mask = 0x80; byte & mask; mask >>= 1) { in mod_utf8_codepoint() 90 cp = byte & (mask - 1); in mod_utf8_codepoint() 92 byte = i < n ? *p : 0; in mod_utf8_codepoint() 93 if ((byte & 0xC0) != 0x80) { in mod_utf8_codepoint() [all …]
|
| /openbmc/qemu/tests/tcg/x86_64/system/ |
| H A D | boot.S | 212 .byte 0 213 .byte 0x9b 214 .byte 0xCF 215 .byte 0 220 .byte 0 221 .byte 0x93 222 .byte 0xCF 223 .byte 0 235 .byte 0 236 .byte 0x9b [all …]
|
| /openbmc/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_db.c | 512 u8 i, byte = 0; in pattern_table_get_killer_word() local 519 byte |= pattern_killer_pattern_table_map[index][role] << i; in pattern_table_get_killer_word() 522 return byte | (byte << 8) | (byte << 16) | (byte << 24); in pattern_table_get_killer_word() 553 u8 byte = (1 << bit); in pattern_table_get_sso_full_xtalk_word() local 556 byte = ~byte; in pattern_table_get_sso_full_xtalk_word() 558 return byte | (byte << 8) | (byte << 16) | (byte << 24); in pattern_table_get_sso_full_xtalk_word() 564 u8 byte = (1 << bit); in pattern_table_get_sso_xtalk_free_word() local 567 byte = 0; in pattern_table_get_sso_xtalk_free_word() 569 return byte | (byte << 8) | (byte << 16) | (byte << 24); in pattern_table_get_sso_xtalk_free_word() 590 u8 byte = (1 << bit); in pattern_table_get_sso_full_xtalk_word16() local [all …]
|
| H A D | mv_ddr_spd.c | 18 unsigned int byte, bit, start_cl; in mv_ddr_spd_supported_cls_calc() local 22 for (byte = 20; byte < 23; byte++) { in mv_ddr_spd_supported_cls_calc() 24 if (spd_data->all_bytes[byte] & (1 << bit)) in mv_ddr_spd_supported_cls_calc() 25 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = start_cl + (byte - 20) * 8 + bit; in mv_ddr_spd_supported_cls_calc() 27 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = 0; in mv_ddr_spd_supported_cls_calc() 31 for (byte = 23, bit = 0; bit < 6; bit++) { in mv_ddr_spd_supported_cls_calc() 32 if (spd_data->all_bytes[byte] & (1 << bit)) in mv_ddr_spd_supported_cls_calc() 33 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = start_cl + (byte - 20) * 8 + bit; in mv_ddr_spd_supported_cls_calc() 35 mv_ddr_spd_supported_cls[(byte - 20) * 8 + bit] = 0; in mv_ddr_spd_supported_cls_calc()
|
| /openbmc/entity-manager/docs/ |
| H A D | address_size_detection_modes.md | 4 address byte(s) needed for a given EEPROM device. 8 The existing upstream function isDevice16Bit() bases on sending 1-byte write 9 operation (with a STOP condition) and 8 subsequent 1-byte read operations with 10 SINGLE byte address. 14 - If the device requires 1 address byte, it EXPECTS that the data will be read 17 from 8 DIFFERENT LOCATIONS and at least one byte read is different than 7 24 be identified as "1 address byte" device. 27 single byte address read --> therefore, existing function wrongly identifies 28 it as 1 byte address device. 34 1-byte read operation. The proposed solution fully complies with IIC standard [all …]
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_ecc.c | 152 unsigned byte; in yaffs_ecc_correct() local 155 bit = byte = 0; in yaffs_ecc_correct() 158 byte |= 0x80; in yaffs_ecc_correct() 160 byte |= 0x40; in yaffs_ecc_correct() 162 byte |= 0x20; in yaffs_ecc_correct() 164 byte |= 0x10; in yaffs_ecc_correct() 166 byte |= 0x08; in yaffs_ecc_correct() 168 byte |= 0x04; in yaffs_ecc_correct() 170 byte |= 0x02; in yaffs_ecc_correct() 172 byte |= 0x01; in yaffs_ecc_correct() [all …]
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | crt0_arm_efi.S | 40 .byte 0x02 /* MajorLinkerVersion */ 41 .byte 0x14 /* MinorLinkerVersion */ 92 .byte 0 93 .byte 0 /* end of 0 padding of section name */ 105 .byte 0 106 .byte 0 107 .byte 0 /* end of 0 padding of section name */
|
| H A D | crt0_aarch64_efi.S | 40 .byte 0x02 /* MajorLinkerVersion */ 41 .byte 0x14 /* MinorLinkerVersion */ 92 .byte 0 93 .byte 0 /* end of 0 padding of section name */ 106 .byte 0 107 .byte 0 108 .byte 0 /* end of 0 padding of section name */
|
| /openbmc/qemu/tests/tcg/i386/system/ |
| H A D | boot.S | 153 .byte 0 154 .byte 0x9b 155 .byte 0xCF 156 .byte 0 161 .byte 0 162 .byte 0x93 163 .byte 0xCF 164 .byte 0
|
| /openbmc/u-boot/arch/riscv/lib/ |
| H A D | crt0_riscv_efi.S | 53 .byte 0x02 /* MajorLinkerVersion */ 54 .byte 0x14 /* MinorLinkerVersion */ 105 .byte 0 106 .byte 0 /* end of 0 padding of section name */ 119 .byte 0 120 .byte 0 121 .byte 0 /* end of 0 padding of section name */
|
| /openbmc/u-boot/tools/ |
| H A D | vybridimage.c | 40 static uint8_t vybridimage_sw_ecc(uint8_t byte) in vybridimage_sw_ecc() argument 42 uint8_t bit0 = (byte & (1 << 0)) ? 1 : 0; in vybridimage_sw_ecc() 43 uint8_t bit1 = (byte & (1 << 1)) ? 1 : 0; in vybridimage_sw_ecc() 44 uint8_t bit2 = (byte & (1 << 2)) ? 1 : 0; in vybridimage_sw_ecc() 45 uint8_t bit3 = (byte & (1 << 3)) ? 1 : 0; in vybridimage_sw_ecc() 46 uint8_t bit4 = (byte & (1 << 4)) ? 1 : 0; in vybridimage_sw_ecc() 47 uint8_t bit5 = (byte & (1 << 5)) ? 1 : 0; in vybridimage_sw_ecc() 48 uint8_t bit6 = (byte & (1 << 6)) ? 1 : 0; in vybridimage_sw_ecc() 49 uint8_t bit7 = (byte & (1 << 7)) ? 1 : 0; in vybridimage_sw_ecc()
|
| /openbmc/u-boot/board/qualcomm/dragonboard820c/ |
| H A D | head.S | 29 .byte 0x41 /* Magic number, "ARM\x64" */ 30 .byte 0x52 31 .byte 0x4d 32 .byte 0x64
|
| /openbmc/u-boot/board/qualcomm/dragonboard410c/ |
| H A D | head.S | 29 .byte 0x41 /* Magic number, "ARM\x64" */ 30 .byte 0x52 31 .byte 0x4d 32 .byte 0x64
|
| /openbmc/u-boot/board/socrates/ |
| H A D | nand.c | 15 static void sc_nand_write_byte(struct mtd_info *mtd, u_char byte); 36 static void sc_nand_write_byte(struct mtd_info *mtd, u_char byte) in sc_nand_write_byte() argument 38 sc_nand_write_buf(mtd, (const uchar *)&byte, sizeof(byte)); in sc_nand_write_byte() 65 u8 byte; in sc_nand_read_byte() local 66 sc_nand_read_buf(mtd, (uchar *)&byte, sizeof(byte)); in sc_nand_read_byte() 67 return byte; in sc_nand_read_byte()
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_pci_hotplug.rst | 7 ACPI GPE block (IO ports 0xafe0-0xafe3, byte access) 13 PCI slot injection notification pending (IO port 0xae00-0xae03, 4-byte access) 21 PCI slot removal notification (IO port 0xae04-0xae07, 4-byte access) 29 PCI device eject (IO port 0xae08-0xae0b, 4-byte access) 38 - Read-only "up" register @0xae00, 4-byte access, bit per slot 39 - Read-only "down" register @0xae04, 4-byte access, bit per slot 40 - Read/write "eject" register @0xae08, 4-byte access, 42 - Read-only hotplug capable register @0xae0c, 4-byte access, bit per slot 44 PCI removability status (IO port 0xae0c-0xae0f, 4-byte access)
|
| /openbmc/estoraged/src/test/erase/ |
| H A D | pattern_test.cpp | 104 static auto shortData1 = std::vector<std::byte>(shortSize); in TEST() 105 static auto shortData2 = std::vector<std::byte>(shortSize); in TEST() 106 static auto restOfData = std::vector<std::byte>(size - shortSize * 2); in TEST() 114 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST() 120 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST() 126 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST() 134 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST() 142 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST() 150 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST() 168 auto shortData = std::vector<std::byte>(shortSize, std::byte{0}); in TEST() [all …]
|
| /openbmc/u-boot/drivers/net/ |
| H A D | smc91111.c | 183 static inline byte SMC_inb(struct eth_device *dev, dword offset) in SMC_inb() 188 return (offset & 1) ? (byte)(_w >> 8) : (byte)(_w); in SMC_inb() 191 static inline void SMC_outb(struct eth_device *dev, byte value, dword offset) in SMC_outb() 233 static void print_packet( byte *, int ); 238 static int poll4int (struct eth_device *dev, byte mask, int timeout) in poll4int() 417 byte packet_no; in smc_send() 418 byte *buf; in smc_send() 423 byte status; in smc_send() 424 byte saved_pnr; in smc_send() 491 buf = (byte *) packet; in smc_send() [all …]
|