Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Dmv_i2c.c144 if (msg->condition == I2C_COND_STOP) in i2c_transfer()
177 if (msg->condition == I2C_COND_STOP) in i2c_transfer()
290 msg.condition = I2C_COND_STOP; in __i2c_read()
354 msg.condition = I2C_COND_STOP; in __i2c_write()
459 msg.condition = I2C_COND_STOP; in __i2c_probe_chip()
Dmv_i2c.h14 #define I2C_COND_STOP 2 macro