Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c293 static int i2c_wait4bus(const struct fsl_i2c_base *base) in i2c_wait4bus() function
409 if (i2c_wait4bus(base) < 0) in __i2c_read()
442 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()