Home
last modified time | relevance | path

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

/external/u-boot/test/dm/
Di2c.c137 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS)); in dm_test_i2c_bytewise()
148 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS)); in dm_test_i2c_bytewise()
159 DM_I2C_CHIP_RD_ADDRESS)); in dm_test_i2c_bytewise()
/external/u-boot/board/gdsys/a38x/
Ddt_helpers.c24 return !dm_i2c_probe(bus, chip_addr, DM_I2C_CHIP_RD_ADDRESS | in dm_i2c_simple_probe()
/external/u-boot/drivers/rtc/
Disl1208.c154 i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS | in isl1208_probe()
Dds1307.c322 i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS | in ds1307_probe()
/external/u-boot/include/
Di2c.h29 DM_I2C_CHIP_RD_ADDRESS = 1 << 1, /* Send address for each read byte */ enumerator
/external/u-boot/drivers/i2c/
Di2c-uclass.c135 if (chip->flags & DM_I2C_CHIP_RD_ADDRESS) in dm_i2c_read()