Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Ddesignware_i2c.c251 unsigned long start_time_rx; in __dw_i2c_read() local
276 start_time_rx = get_timer(0); in __dw_i2c_read()
296 start_time_rx = get_timer(0); in __dw_i2c_read()
298 } else if (get_timer(start_time_rx) > I2C_BYTE_TO) { in __dw_i2c_read()