Lines Matching defs:timeout
70 int timeout;
91 timeout = FRAME_PERIOD_US * 8;
95 } while ((v & (SLFR_1TXB|SLFR_2TXB)) && --timeout);
99 "timeout waiting for write to complete\n");
110 int timeout, retries = 10;
129 timeout = FRAME_PERIOD_US * 8;
133 } while ((v & SLFR_1TXB) && --timeout);
136 dev_err(&aaci->dev->dev, "timeout on slot 1 TX busy\n");
145 timeout = FRAME_PERIOD_US * 8;
150 } while ((v != (SLFR_1RXV|SLFR_2RXV)) && --timeout);
153 dev_err(&aaci->dev->dev, "timeout on RX valid\n");
183 int timeout = 5000;
188 } while (val & mask && timeout--);
204 dev_warn(&aaci->dev->dev, "RX timeout on chan %d\n", channel);