Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dhpet.c161 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()
162 h = hpet_readl(HPET_Tn_CFG(i)+4); in _hpet_print_config()
307 cfg = hpet_readl(HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic()
310 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic()
332 cfg = hpet_readl(HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_oneshot()
335 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_oneshot()
345 cfg = hpet_readl(HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_shutdown()
347 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_shutdown()
478 cfg = hpet_readl(HPET_Tn_CFG(hc->num)); in hpet_msi_unmask()
480 hpet_writel(cfg, HPET_Tn_CFG(hc->num)); in hpet_msi_unmask()
[all …]
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dhpet.h15 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dhpet.h17 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro