Searched refs:DM_I2C_CHIP_WR_ADDRESS (Results 1 – 7 of 7) sorted by relevance
25 DM_I2C_CHIP_WR_ADDRESS, &dev); in dm_i2c_simple_probe()
153 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()
155 DM_I2C_CHIP_WR_ADDRESS); in isl1208_probe()
323 DM_I2C_CHIP_WR_ADDRESS); in ds1307_probe()
30 DM_I2C_CHIP_WR_ADDRESS = 1 << 2, /* Send address for each write byte */ enumerator
402 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()
165 if (chip->flags & DM_I2C_CHIP_WR_ADDRESS) in dm_i2c_write()