Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dhpet.c155 l = hpet_readl(HPET_Tn_CMP(i)); in _hpet_print_config()
156 h = hpet_readl(HPET_Tn_CMP(i)+4); in _hpet_print_config()
327 hpet_writel(cmp, HPET_Tn_CMP(timer)); in hpet_set_mode()
336 hpet_writel((unsigned int) delta, HPET_Tn_CMP(timer)); in hpet_set_mode()
378 hpet_writel(cnt, HPET_Tn_CMP(timer)); in hpet_next_event()
/linux-3.4.99/arch/x86/include/asm/
Dhpet.h17 #define HPET_Tn_CMP(n) (0x108 + 0x20 * n) macro