Lines Matching refs:timeout
105 /* Use default timeout 50 ms that converts to watchdog values */
140 u32 timeout = ADI_FIFO_DRAIN_TIMEOUT;
149 } while (--timeout);
151 if (timeout == 0) {
152 dev_err(sadi->dev, "drain write fifo timeout\n");
202 dev_err(sadi->dev, "ADI read timeout\n");
233 u32 timeout = ADI_FIFO_DRAIN_TIMEOUT;
262 } while (--timeout);
264 if (timeout == 0) {
391 /* Load the watchdog timeout value, 50ms is always enough. */