Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dhpet.c32 unsigned int boot_cfg; member
39 unsigned int boot_cfg; member
411 if (hc->boot_cfg & HPET_TN_PERIODIC) { in hpet_init_clockevent()
728 if (!(hc->boot_cfg & HPET_TN_FSB_CAP)) in hpet_select_clockevents()
1060 hpet_base.boot_cfg = cfg; in hpet_enable()
1071 hc->boot_cfg = cfg; in hpet_enable()
1176 cfg = hpet_base.boot_cfg; in hpet_disable()
1182 hpet_writel(hpet_base.channels[i].boot_cfg, HPET_Tn_CFG(i)); in hpet_disable()
1185 if (hpet_base.boot_cfg & HPET_CFG_ENABLE) in hpet_disable()
1186 hpet_writel(hpet_base.boot_cfg, HPET_CFG); in hpet_disable()