Searched refs:ocores_wait (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 280 static int ocores_wait(struct ocores_i2c *i2c, in ocores_wait() function 329 err = ocores_wait(i2c, OCI2C_STATUS, mask, 0, msecs_to_jiffies(1)); in ocores_poll_wait()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 267 * ocores_wait() - Wait until something change in a given register 279 static int ocores_wait(struct ocores_i2c *i2c, in ocores_wait() function 328 err = ocores_wait(i2c, OCI2C_STATUS, mask, 0, msecs_to_jiffies(1)); in ocores_poll_wait()
|
Completed in 3 milliseconds