Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Drk_i2c.c22 #define I2C_TIMEOUT_MS 100 macro
107 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()
Ds3c24x0_i2c.c47 } 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()
Dat91_i2c.c22 #define I2C_TIMEOUT_MS 100 macro
40 } while (get_timer(start_time) < I2C_TIMEOUT_MS); in at91_wait_for_xfer()
Dmeson_i2c.c11 #define I2C_TIMEOUT_MS 100 macro
182 if (get_timer(start) > I2C_TIMEOUT_MS) { in meson_i2c_xfer_msg()
Ds3c24x0_i2c.h81 #define I2C_TIMEOUT_MS 10 /* 10 ms */ macro