Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dkona_i2c.c88 #define WAIT_INT_CHK 100 /* usecs */ macro
89 #if I2C_TIMEOUT % WAIT_INT_CHK
90 #error I2C_TIMEOUT must be a multiple of WAIT_INT_CHK
243 udelay(WAIT_INT_CHK); in wait_for_int_timeout()
244 time_left -= WAIT_INT_CHK; in wait_for_int_timeout()