Home
last modified time | relevance | path

Searched refs:I2C_STOPDET_TO (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/i2c/
Ddesignware_i2c.h63 #define I2C_STOPDET_TO (CONFIG_SYS_HZ/500) macro
Ddesignware_i2c.c224 } else if (get_timer(start_stop_det) > I2C_STOPDET_TO) { in i2c_xfer_finish()