Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A Dtime.c341 #define TIMEOUT_COUNT 0x100000 macro
365 } while ((inb(0x61) & 0x20) == 0 && count < TIMEOUT_COUNT); in calibrate_cc_with_pit()
369 if (count <= 1 || count == TIMEOUT_COUNT) in calibrate_cc_with_pit()