Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dhpet.c156 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()
157 h = hpet_readl(HPET_Tn_CFG(i)+4); in _hpet_print_config()
306 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_periodic()
309 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_periodic()
330 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_set_oneshot()
333 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_set_oneshot()
342 cfg = hpet_readl(HPET_Tn_CFG(timer)); in hpet_shutdown()
344 hpet_writel(cfg, HPET_Tn_CFG(timer)); in hpet_shutdown()
450 cfg = hpet_readl(HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
452 hpet_writel(cfg, HPET_Tn_CFG(hdev->num)); in hpet_msi_unmask()
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dhpet.h15 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro
/Linux-v4.19/arch/x86/include/asm/
Dhpet.h17 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro