Searched refs:DM_I2C_CHIP_WR_ADDRESS (Results 1 – 6 of 6) sorted by relevance
26 DM_I2C_CHIP_WR_ADDRESS, &dev); in dm_i2c_simple_probe()
154 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()
357 DM_I2C_CHIP_WR_ADDRESS); in ds1307_probe()
31 DM_I2C_CHIP_WR_ADDRESS = 1 << 2, /* Send address for each write byte */ enumerator
405 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()
158 if (chip->flags & DM_I2C_CHIP_WR_ADDRESS) in dm_i2c_write()