Home
last modified time | relevance | path

Searched refs:I2C_COND_START (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Dmv_i2c.c142 if (msg->condition == I2C_COND_START) in i2c_transfer()
175 if (msg->condition == I2C_COND_START) in i2c_transfer()
254 msg.condition = I2C_COND_START; in __i2c_read()
279 msg.condition = I2C_COND_START; in __i2c_read()
325 msg.condition = I2C_COND_START; in __i2c_write()
452 msg.condition = I2C_COND_START; in __i2c_probe_chip()
H A Dmv_i2c.h13 #define I2C_COND_START 1 macro