Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Ddt_helpers.c26 DM_I2C_CHIP_WR_ADDRESS, &dev); in dm_i2c_simple_probe()
/OK3568_Linux_fs/u-boot/test/dm/
H A Di2c.c154 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_WR_ADDRESS)); in dm_test_i2c_bytewise()
159 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_WR_ADDRESS | in dm_test_i2c_bytewise()
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1307.c357 DM_I2C_CHIP_WR_ADDRESS); in ds1307_probe()
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h31 DM_I2C_CHIP_WR_ADDRESS = 1 << 2, /* Send address for each write byte */ enumerator
/OK3568_Linux_fs/u-boot/cmd/
H A Di2c.c405 i2c_chip->flags &= ~DM_I2C_CHIP_WR_ADDRESS; in do_i2c_write()
419 i2c_chip->flags |= DM_I2C_CHIP_WR_ADDRESS; in do_i2c_write()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass.c158 if (chip->flags & DM_I2C_CHIP_WR_ADDRESS) in dm_i2c_write()