Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Di2c.c188 ut_asserteq(0, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_offset()
194 ut_asserteq(2, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_offset()
197 ut_asserteq(0, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_offset()
203 ut_asserteq(0xFF, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_offset()
205 ut_asserteq(0x100, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_offset()
207 ut_asserteq(0x101, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_offset()
210 ut_asserteq(0xFF, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_offset()
218 ut_asserteq(0x2020, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_offset()
263 ut_asserteq(0x3, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_addr_offset()
274 ut_asserteq(0x310, sanbox_i2c_eeprom_get_prev_offset(eeprom)); in dm_test_i2c_addr_offset()
[all …]
/u-boot/arch/sandbox/include/asm/
A Dtest.h93 uint sanbox_i2c_eeprom_get_prev_offset(struct udevice *dev);
/u-boot/drivers/misc/
A Di2c_eeprom_emul.c66 uint sanbox_i2c_eeprom_get_prev_offset(struct udevice *dev) in sanbox_i2c_eeprom_get_prev_offset() function

Completed in 6 milliseconds