Home
last modified time | relevance | path

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

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