Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dhpet.c155 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()
156 h = hpet_readl(HPET_Tn_CFG(i)+4); in _hpet_print_config()
305 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_periodic()
308 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_periodic()
329 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_oneshot()
332 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_oneshot()
341 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_shutdown()
343 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_shutdown()
460 cfg = hpet_readl(HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
462 hpet_writel(cfg, HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
[all …]
/arch/mips/include/asm/
Dhpet.h14 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro
/arch/x86/include/asm/
Dhpet.h16 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro