Home
last modified time | relevance | path

Searched refs:SIE_TEST_MODE_SINGLE_BYTE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/misc/
H A Di2c_eeprom_emul.c73 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer()
87 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dtest.h54 SIE_TEST_MODE_SINGLE_BYTE, enumerator
/openbmc/u-boot/test/dm/
H A Di2c.c130 sandbox_i2c_eeprom_set_test_mode(eeprom, SIE_TEST_MODE_SINGLE_BYTE); in dm_test_i2c_bytewise()