Searched defs:loop_cntr (Results 1 - 1 of 1) sorted by relevance

/drivers/i2c/busses/
H A Di2c-puv3.c31 int loop_cntr = 1000; local
36 } while (!(readl(I2C_STATUS) & bit) && (--loop_cntr > 0));
44 } while (!(readl(I2C_RXFLR) & 0xf) && (--loop_cntr > 0));
47 return (loop_cntr > 0);

Completed in 52 milliseconds