Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Di2c_eeprom_emul.c76 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer()
90 if (plat->test_mode == SIE_TEST_MODE_SINGLE_BYTE) in sandbox_i2c_eeprom_xfer()
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dtest.h43 SIE_TEST_MODE_SINGLE_BYTE, enumerator
/OK3568_Linux_fs/u-boot/test/dm/
H A Di2c.c131 sandbox_i2c_eeprom_set_test_mode(eeprom, SIE_TEST_MODE_SINGLE_BYTE); in dm_test_i2c_bytewise()