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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dtimex.h46 #define HPET_COUNTER 0x0f0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dtimex.h46 #define HPET_COUNTER 0x0f0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dtime.c315 hpet_start = hpet_readl(HPET_COUNTER);
320 hpet_now = hpet_readl(HPET_COUNTER);
390 hpet_writel(0, HPET_COUNTER);
391 hpet_writel(0, HPET_COUNTER + 4);
H A Dapic.c765 while (hpet_readl(HPET_COUNTER) >= trigger);
766 while (hpet_readl(HPET_COUNTER) < trigger);

Completed in 132 milliseconds