Home
last modified time | relevance | path

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

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