Home
last modified time | relevance | path

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

/external/u-boot/board/gdsys/a38x/
Ddt_helpers.c25 DM_I2C_CHIP_WR_ADDRESS, &dev); in dm_i2c_simple_probe()
/external/u-boot/test/dm/
Di2c.c153 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_WR_ADDRESS)); in dm_test_i2c_bytewise()
158 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_WR_ADDRESS | in dm_test_i2c_bytewise()
/external/u-boot/drivers/rtc/
Disl1208.c155 DM_I2C_CHIP_WR_ADDRESS); in isl1208_probe()
Dds1307.c323 DM_I2C_CHIP_WR_ADDRESS); in ds1307_probe()
/external/u-boot/include/
Di2c.h30 DM_I2C_CHIP_WR_ADDRESS = 1 << 2, /* Send address for each write byte */ enumerator
/external/u-boot/cmd/
Di2c.c402 i2c_chip->flags &= ~DM_I2C_CHIP_WR_ADDRESS; in do_i2c_write()
416 i2c_chip->flags |= DM_I2C_CHIP_WR_ADDRESS; in do_i2c_write()
/external/u-boot/drivers/i2c/
Di2c-uclass.c165 if (chip->flags & DM_I2C_CHIP_WR_ADDRESS) in dm_i2c_write()