Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Di2c-cortina.c196 unsigned long start_time_rx; in ca_i2c_read() local
203 start_time_rx = get_timer(0); in ca_i2c_read()
221 start_time_rx = get_timer(0); in ca_i2c_read()
223 } else if (get_timer(start_time_rx) > I2C_BYTE_TO) { in ca_i2c_read()
A Ddesignware_i2c.c466 unsigned long start_time_rx; in __dw_i2c_read() local
491 start_time_rx = get_timer(0); in __dw_i2c_read()
511 start_time_rx = get_timer(0); in __dw_i2c_read()
513 } else if (get_timer(start_time_rx) > I2C_BYTE_TO) { in __dw_i2c_read()

Completed in 4 milliseconds