Home
last modified time | relevance | path

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

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