Lines Matching refs:timeout
68 unsigned int timeout = 100;
79 } while (((diff < 0) || (diff > MAX_RTC_READ_DIFF_CYCLES)) && --timeout);
80 if (!timeout)
92 unsigned int timeout = 100;
99 } while (((diff < 0) || (diff > MAX_RTC_READ_DIFF_CYCLES)) && --timeout);
100 if (!timeout) {
113 unsigned int timeout = 1000;
126 } while (elapsed < 3 && --timeout);
127 if (!timeout) {
136 int timeout = 1000;
142 while (--timeout) {
154 if (!timeout)