Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dhpet.c151 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()
152 h = hpet_readl(HPET_Tn_CFG(i)+4); in _hpet_print_config()
321 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_mode()
326 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_mode()
342 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_mode()
345 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_mode()
350 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_mode()
352 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_mode()
433 cfg = hpet_readl(HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
435 hpet_writel(cfg, HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
[all …]
/linux-3.4.99/arch/x86/include/asm/
Dhpet.h16 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro