Searched refs:test_byte (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/drivers/misc/ |
| H A D | i2c_eeprom.c | 142 u8 test_byte; in i2c_eeprom_std_probe() local 155 ret = i2c_eeprom_read(dev, data->start_offset, &test_byte, 1); in i2c_eeprom_std_probe()
|
| /openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | prim_ops.h | 110 void test_byte (u8 d, u8 s);
|
| /openbmc/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | ops.c | 1665 test_byte(destval, *srcreg); in x86emuOp_test_byte_RM_R() 1672 test_byte(*destreg, *srcreg); in x86emuOp_test_byte_RM_R() 2711 test_byte(M.x86.R_AL, (u8)imm); in x86emuOp_test_AL_IMM() 4443 test_byte(destval, srcval); in x86emuOp_opcF6_byte_RM() 4490 test_byte(*destreg, srcval); in x86emuOp_opcF6_byte_RM()
|
| H A D | prim_ops.c | 1787 void test_byte(u8 d, u8 s) in test_byte() function
|
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 7322 test_byte(destval, *srcreg); 8617 - test_byte(M.x86.R_AL, (u8)imm); 8618 + test_byte(M.x86.R_AL, (u8) imm); 17575 -void test_byte(u8 d, u8 s) 17577 +test_byte(u8 d, u8 s) 21237 -void test_byte (u8 d, u8 s); 21327 + void test_byte(u8 d, u8 s);
|