Searched refs:TIMEOUT_COUNT (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dtime.c346 #define TIMEOUT_COUNT 0x100000
370 } while ((inb(0x61) & 0x20) == 0 && count < TIMEOUT_COUNT);
374 if (count <= 1 || count == TIMEOUT_COUNT)
341 #define TIMEOUT_COUNT macro

Completed in 108 milliseconds