Home
last modified time | relevance | path

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

/drivers/i2c/
A Drk_i2c.c23 #define I2C_TIMEOUT_MS 100 macro
120 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()
A Ds3c24x0_i2c.c42 } 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()
A Ds3c24x0_i2c.h83 #define I2C_TIMEOUT_MS 10 /* 10 ms */ macro
A Dnx_i2c.c40 #define I2C_TIMEOUT_MS 10 /* 10 ms */ macro
264 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()
A Dat91_i2c.c23 #define I2C_TIMEOUT_MS 100 macro
41 } while (get_timer(start_time) < I2C_TIMEOUT_MS); in at91_wait_for_xfer()
A Dmeson_i2c.c14 #define I2C_TIMEOUT_MS 100 macro
190 if (get_timer(start) > I2C_TIMEOUT_MS) { in meson_i2c_xfer_msg()
A Dgeni_i2c.c66 #define I2C_TIMEOUT_MS 100 macro
151 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 33 milliseconds