Searched refs:I2C_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
75 #define I2C_TIMEOUT 0xffff0000 /* Timeout mask for poll_i2c_irq() */ macro
62 #define I2C_TIMEOUT 1000 macro224 int timeout = I2C_TIMEOUT; in wait_for_bb()257 int timeout = I2C_TIMEOUT; in wait_for_event()422 int timeout = I2C_TIMEOUT; in __omap24_i2c_init()710 int timeout = I2C_TIMEOUT; in __omap24_i2c_write()973 int timeout = I2C_TIMEOUT;
33 if (tmp & (I2C_TIMEOUT | I2C_STAT_NACK)) {\72 return stat | I2C_TIMEOUT; in _poll_i2c_irq()
138 #define I2C_TIMEOUT 10 macro196 } while (get_timer(timebase) < I2C_TIMEOUT); in wait_for_completion()
Completed in 14 milliseconds