Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dhpet.c162 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()
163 h = hpet_readl(HPET_Tn_CFG(i)+4); in _hpet_print_config()
308 cfg = hpet_readl(HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic()
311 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic()
333 cfg = hpet_readl(HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_oneshot()
336 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_oneshot()
346 cfg = hpet_readl(HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_shutdown()
348 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()
1070 cfg = hpet_readl(HPET_Tn_CFG(i)); in hpet_enable()
[all …]
/linux-6.3-rc2/arch/mips/include/asm/
A Dhpet.h15 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dhpet.h17 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro

Completed in 9 milliseconds