Home
last modified time | relevance | path

Searched refs:DM_I2C_CHIP_WR_ADDRESS (Results 1 – 10 of 10) sorted by relevance

/u-boot/board/gdsys/a38x/
A Ddt_helpers.c25 DM_I2C_CHIP_WR_ADDRESS, &dev); in dm_i2c_simple_probe()
/u-boot/test/dm/
A Di2c.c152 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_WR_ADDRESS)); in dm_test_i2c_bytewise()
157 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_WR_ADDRESS | in dm_test_i2c_bytewise()
/u-boot/drivers/rtc/
A Drv8803.c147 DM_I2C_CHIP_WR_ADDRESS); in rv8803_probe()
A Disl1208.c173 DM_I2C_CHIP_WR_ADDRESS); in isl1208_probe()
A Dds3231.c252 DM_I2C_CHIP_WR_ADDRESS); in ds3231_probe()
A Dds1307.c334 DM_I2C_CHIP_WR_ADDRESS); in ds1307_probe()
A Drv3029.c474 DM_I2C_CHIP_WR_ADDRESS); in rv3029_probe()
/u-boot/include/
A Di2c.h32 DM_I2C_CHIP_WR_ADDRESS = 1 << 2, /* Send address for each write byte */ enumerator
/u-boot/cmd/
A Di2c.c406 i2c_chip->flags &= ~DM_I2C_CHIP_WR_ADDRESS; in do_i2c_write()
420 i2c_chip->flags |= DM_I2C_CHIP_WR_ADDRESS; in do_i2c_write()
/u-boot/drivers/i2c/
A Di2c-uclass.c173 if (chip->flags & DM_I2C_CHIP_WR_ADDRESS) in dm_i2c_write()

Completed in 21 milliseconds