Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-puv3.c28 int loop_cntr = 1000; in poll_status() local
33 } while (!(readl(I2C_STATUS) & bit) && (--loop_cntr > 0)); in poll_status()
41 } while (!(readl(I2C_RXFLR) & 0xf) && (--loop_cntr > 0)); in poll_status()
44 return (loop_cntr > 0); in poll_status()