Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Ddesignware_i2c.c255 unsigned long start_time_rx; in __dw_i2c_read() local
280 start_time_rx = get_timer(0); in __dw_i2c_read()
300 start_time_rx = get_timer(0); in __dw_i2c_read()
302 } else if (get_timer(start_time_rx) > I2C_BYTE_TO) { in __dw_i2c_read()