Home
last modified time | relevance | path

Searched refs:DM_I2C_CHIP_RD_ADDRESS (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/test/dm/
H A Di2c.c138 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS)); in dm_test_i2c_bytewise()
149 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS)); in dm_test_i2c_bytewise()
160 DM_I2C_CHIP_RD_ADDRESS)); in dm_test_i2c_bytewise()
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Ddt_helpers.c25 return !dm_i2c_probe(bus, chip_addr, DM_I2C_CHIP_RD_ADDRESS | in dm_i2c_simple_probe()
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1307.c356 i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS | in ds1307_probe()
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h30 DM_I2C_CHIP_RD_ADDRESS = 1 << 1, /* Send address for each read byte */ enumerator
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass.c128 if (chip->flags & DM_I2C_CHIP_RD_ADDRESS) in dm_i2c_read()