Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dfsl_i2c.c290 i2c_wait4bus(const struct fsl_i2c_base *base) in i2c_wait4bus() function
408 if (i2c_wait4bus(base) < 0) in __i2c_read()
441 if (i2c_wait4bus(base)) /* Wait until STOP */ in __i2c_read()
456 if (i2c_wait4bus(base) < 0) in __i2c_write()
465 if (i2c_wait4bus(base)) /* Wait until STOP */ in __i2c_write()