Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-x86_64/
Dtimex.h52 #define HPET_ID_LEGSUP 0x00008000 macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dtime.c548 if (!(id & HPET_ID_VENDOR) || !(id & HPET_ID_NUMBER) || !(id & HPET_ID_LEGSUP)) in hpet_init()