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

/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.h81 #define I2C_TIMEOUT_MS 10 /* 10 ms */ macro
H A Drk_i2c.c24 #define I2C_TIMEOUT_MS 100 macro
121 if (get_timer(start) > I2C_TIMEOUT_MS) {
149 if (get_timer(start) > I2C_TIMEOUT_MS) {
233 if (get_timer(start) > I2C_TIMEOUT_MS) {
322 if (get_timer(start) > I2C_TIMEOUT_MS) {
H A Ds3c24x0_i2c.c32 * I2C_NOK_TIMEOUT, if transaction did not complete in I2C_TIMEOUT_MS
43 } while (get_timer(start_time) < I2C_TIMEOUT_MS);
119 if (get_timer(start_time) > I2C_TIMEOUT_MS)
286 if (get_timer(start_time) > I2C_TIMEOUT_MS) {
H A Dat91_i2c.c24 #define I2C_TIMEOUT_MS 100 macro
42 } while (get_timer(start_time) < I2C_TIMEOUT_MS);
H A Dnx_i2c.c40 #define I2C_TIMEOUT_MS 10 /* 10 ms */ macro
264 if (get_timer(start_time) > I2C_TIMEOUT_MS) {
354 } while (get_timer(start_time) < I2C_TIMEOUT_MS);
H A Dmeson_i2c.c15 #define I2C_TIMEOUT_MS 100 macro
191 if (get_timer(start) > I2C_TIMEOUT_MS) {
H A Dgeni_i2c.c66 #define I2C_TIMEOUT_MS 100 macro
151 while (get_timer(start) < I2C_TIMEOUT_MS) {
205 while (get_timer(start) < I2C_TIMEOUT_MS) {

Completed in 118 milliseconds