Lines Matching refs:timeout
198 unsigned long timeout = 0x10000;
202 while (1 && timeout--) {
315 unsigned long timeout;
335 timeout = jiffies + msecs_to_jiffies(20);
336 while (time_before(jiffies, timeout)) {
344 /* To get correct interrupt status in timeout case */
522 unsigned long timeout;
541 * There's no exact timeout values at Spec.
545 timeout = jiffies + msecs_to_jiffies(20);
555 time_before(jiffies, timeout));
698 unsigned long timeout;
701 timeout = jiffies + msecs_to_jiffies(20);
702 while (time_before(jiffies, timeout)) {
707 /* To get correct interrupt status in timeout case */