Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Di2c.c137 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS)); in dm_test_i2c_bytewise()
142 ut_assertok(i2c_set_chip_flags(dev, 0)); in dm_test_i2c_bytewise()
148 ut_assertok(i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS)); in dm_test_i2c_bytewise()
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()
165 ut_assertok(i2c_set_chip_flags(dev, 0)); in dm_test_i2c_bytewise()
/openbmc/u-boot/drivers/rtc/
H A Disl1208.c172 i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS | in isl1208_probe()
H A Dds1307.c318 i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS | in ds1307_probe()
H A Drv3029.c469 i2c_set_chip_flags(dev, DM_I2C_CHIP_RD_ADDRESS | in rv3029_probe()
/openbmc/u-boot/include/
H A Di2c.h246 int i2c_set_chip_flags(struct udevice *dev, uint flags);
/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.c428 int i2c_set_chip_flags(struct udevice *dev, uint flags) in i2c_set_chip_flags() function
/openbmc/u-boot/cmd/
H A Di2c.c453 ret = i2c_set_chip_flags(dev, flags); in do_i2c_flags()