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 */
521 unsigned long timeout;
540 * There's no exact timeout values at Spec.
544 timeout = jiffies + msecs_to_jiffies(20);
554 time_before(jiffies, timeout));
697 unsigned long timeout;
700 timeout = jiffies + msecs_to_jiffies(20);
701 while (time_before(jiffies, timeout)) {
706 /* To get correct interrupt status in timeout case */