Searched refs:I2C_TIMEOUT_MS (Results 1 – 5 of 5) sorted by relevance
22 #define I2C_TIMEOUT_MS 100 macro107 if (get_timer(start) > I2C_TIMEOUT_MS) { in rk_i2c_send_start_bit()135 if (get_timer(start) > I2C_TIMEOUT_MS) { in rk_i2c_send_stop_bit()219 if (get_timer(start) > I2C_TIMEOUT_MS) { in rk_i2c_read()309 if (get_timer(start) > I2C_TIMEOUT_MS) { in rk_i2c_write()
47 } while (get_timer(start_time) < I2C_TIMEOUT_MS); in WaitForXfer()121 if (get_timer(start_time) > I2C_TIMEOUT_MS) in i2c_transfer()288 if (get_timer(start_time) > I2C_TIMEOUT_MS) { in s3c24x0_i2c_xfer()
22 #define I2C_TIMEOUT_MS 100 macro40 } while (get_timer(start_time) < I2C_TIMEOUT_MS); in at91_wait_for_xfer()
11 #define I2C_TIMEOUT_MS 100 macro182 if (get_timer(start) > I2C_TIMEOUT_MS) { in meson_i2c_xfer_msg()
81 #define I2C_TIMEOUT_MS 10 /* 10 ms */ macro