Searched refs:start_time_tx (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/i2c/
H A Di2c-cortina.c235 unsigned long start_time_tx; local
241 start_time_tx = get_timer(0);
255 start_time_tx = get_timer(0);
256 } else if (get_timer(start_time_tx) > (nb * I2C_BYTE_TO)) {
H A Ddesignware_i2c.c535 unsigned long start_time_tx; local
559 start_time_tx = get_timer(0);
569 start_time_tx = get_timer(0);
571 } else if (get_timer(start_time_tx) > (nb * I2C_BYTE_TO)) {

Completed in 41 milliseconds