Searched refs:HPET_Tn_CFG (Results 1 – 3 of 3) sorted by relevance
160 l = hpet_readl(HPET_Tn_CFG(i)); in _hpet_print_config()161 h = hpet_readl(HPET_Tn_CFG(i)+4); in _hpet_print_config()306 cfg = hpet_readl(HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic()309 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_periodic()331 cfg = hpet_readl(HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_oneshot()334 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_oneshot()344 cfg = hpet_readl(HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_shutdown()346 hpet_writel(cfg, HPET_Tn_CFG(channel)); in hpet_clkevt_set_state_shutdown()477 cfg = hpet_readl(HPET_Tn_CFG(hc->num)); in hpet_msi_unmask()479 hpet_writel(cfg, HPET_Tn_CFG(hc->num)); in hpet_msi_unmask()[all …]
15 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro
17 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n) macro