Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmv_i2c.c145 if (msg->condition == I2C_COND_STOP) in i2c_transfer()
178 if (msg->condition == I2C_COND_STOP) in i2c_transfer()
291 msg.condition = I2C_COND_STOP; in __i2c_read()
355 msg.condition = I2C_COND_STOP; in __i2c_write()
460 msg.condition = I2C_COND_STOP; in __i2c_probe_chip()
H A Dmv_i2c.h15 #define I2C_COND_STOP 2 macro