Home
last modified time | relevance | path

Searched refs:i2c_set_chip_offset_len (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/test/dm/
Di2c.c91 ut_assertok(i2c_set_chip_offset_len(dev, 1)); in dm_test_i2c_offset_len()
95 ut_asserteq(-EINVAL, i2c_set_chip_offset_len(dev, 5)); in dm_test_i2c_offset_len()
185 ut_assertok(i2c_set_chip_offset_len(dev, 0)); in dm_test_i2c_offset()
192 ut_assertok(i2c_set_chip_offset_len(dev, 1)); in dm_test_i2c_offset()
199 ut_assertok(i2c_set_chip_offset_len(dev, 2)); in dm_test_i2c_offset()
206 ut_assertok(i2c_set_chip_offset_len(dev, 2)); in dm_test_i2c_offset()
213 ut_assertok(i2c_set_chip_offset_len(dev, 2)); in dm_test_i2c_offset()
/third_party/uboot/u-boot-2020.01/cmd/
Di2c.c332 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_read()
386 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_write()
482 ret = i2c_set_chip_offset_len(dev, olen); in do_i2c_olen()
562 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_md()
660 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_mw()
748 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_crc()
849 ret = i2c_set_chip_offset_len(dev, alen); in mod_i2c_mem()
1054 ret = i2c_set_chip_offset_len(dev, alen); in do_i2c_loop()
/third_party/uboot/u-boot-2020.01/board/phytec/phycore_rk3288/
Dphycore-rk3288.c55 ret = i2c_set_chip_offset_len(dev, 2); in rk3288_board_late_init()
/third_party/uboot/u-boot-2020.01/board/ti/common/
Dboard_detect.c101 rc = i2c_set_chip_offset_len(dev, 2); in ti_i2c_eeprom_get()
117 rc = i2c_set_chip_offset_len(dev, 1); in ti_i2c_eeprom_get()
/third_party/uboot/u-boot-2020.01/drivers/rtc/
Drx8025.c253 ret = i2c_set_chip_offset_len(dev, 1);
/third_party/uboot/u-boot-2020.01/include/
Di2c.h255 int i2c_set_chip_offset_len(struct udevice *dev, uint offset_len);
/third_party/uboot/u-boot-2020.01/board/siemens/common/
Dfactoryset.c167 ret = i2c_set_chip_offset_len(dev, 2); in factoryset_read_eeprom()
/third_party/uboot/u-boot-2020.01/drivers/tpm/
Dtpm_tis_st33zp24_i2c.c517 i2c_set_chip_offset_len(dev, 0); in st33zp24_i2c_probe()
/third_party/uboot/u-boot-2020.01/drivers/i2c/
Di2c-uclass.c450 int i2c_set_chip_offset_len(struct udevice *dev, uint offset_len) in i2c_set_chip_offset_len() function