Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dtime.c256 #define TIMEOUT_COUNT 0x100000 macro
280 } while ((inb(0x61) & 0x20) == 0 && count < TIMEOUT_COUNT); in calibrate_cc_with_pit()
284 if (count <= 1 || count == TIMEOUT_COUNT) in calibrate_cc_with_pit()