Searched refs:start_time_rx (Results 1 – 2 of 2) sorted by relevance
196 unsigned long start_time_rx; in ca_i2c_read() local203 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()
466 unsigned long start_time_rx; in __dw_i2c_read() local491 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