Searched refs:i2c_wait (Results 1 – 1 of 1) sorted by relevance
310 static int i2c_wait(const struct fsl_i2c_base *base, int write) in i2c_wait() function356 if (i2c_wait(base, I2C_WRITE_BIT) < 0) in i2c_write_addr()370 if (i2c_wait(base, I2C_WRITE_BIT) < 0) in __i2c_write_data()389 if (i2c_wait(base, I2C_READ_BIT) < 0) in __i2c_read_data()
Completed in 3 milliseconds