Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmv_i2c.c270 msg.condition = I2C_COND_NORMAL; in __i2c_read()
294 msg.condition = I2C_COND_NORMAL; in __i2c_read()
341 msg.condition = I2C_COND_NORMAL; in __i2c_write()
357 msg.condition = I2C_COND_NORMAL; in __i2c_write()
H A Dmv_i2c.h13 #define I2C_COND_NORMAL 0 macro