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

/u-boot/drivers/i2c/
H A Di2c-cortina.c95 unsigned long start_time_bb = get_timer(0); local
102 if (get_timer(start_time_bb) >
129 unsigned long start_time_bb = get_timer(0); local
136 if (get_timer(start_time_bb) >
H A Ddesignware_i2c.c401 unsigned long start_time_bb = get_timer(0); local
407 if (get_timer(start_time_bb) > (unsigned long)(I2C_BYTE_TO_BB))

Completed in 94 milliseconds