Searched refs:I2C_TIMEOUT_MS (Results 1 – 7 of 7) sorted by relevance
23 #define I2C_TIMEOUT_MS 100 macro120 if (get_timer(start) > I2C_TIMEOUT_MS) { in rk_i2c_send_start_bit()148 if (get_timer(start) > I2C_TIMEOUT_MS) { in rk_i2c_send_stop_bit()232 if (get_timer(start) > I2C_TIMEOUT_MS) { in rk_i2c_read()321 if (get_timer(start) > I2C_TIMEOUT_MS) { in rk_i2c_write()
42 } while (get_timer(start_time) < I2C_TIMEOUT_MS); in WaitForXfer()129 if (get_timer(start_time) > I2C_TIMEOUT_MS) in i2c_transfer()296 if (get_timer(start_time) > I2C_TIMEOUT_MS) { in s3c24x0_i2c_xfer()
83 #define I2C_TIMEOUT_MS 10 /* 10 ms */ macro
40 #define I2C_TIMEOUT_MS 10 /* 10 ms */ macro264 if (get_timer(start_time) > I2C_TIMEOUT_MS) { in i2c_is_busy()354 } while (get_timer(start_time) < I2C_TIMEOUT_MS); in wait_for_xfer()
23 #define I2C_TIMEOUT_MS 100 macro41 } while (get_timer(start_time) < I2C_TIMEOUT_MS); in at91_wait_for_xfer()
14 #define I2C_TIMEOUT_MS 100 macro190 if (get_timer(start) > I2C_TIMEOUT_MS) { in meson_i2c_xfer_msg()
66 #define I2C_TIMEOUT_MS 100 macro151 while (get_timer(start) < I2C_TIMEOUT_MS) { in geni_i2c_fifo_tx_fill()205 while (get_timer(start) < I2C_TIMEOUT_MS) { in geni_i2c_fifo_rx_drain()
Completed in 19 milliseconds