Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhpet.c31 unsigned int boot_cfg; member
38 unsigned int boot_cfg; member
410 if (hc->boot_cfg & HPET_TN_PERIODIC) { in hpet_init_clockevent()
618 if (!(hc->boot_cfg & HPET_TN_FSB_CAP)) in hpet_select_clockevents()
950 hpet_base.boot_cfg = cfg; in hpet_enable()
961 hc->boot_cfg = cfg; in hpet_enable()
1066 cfg = hpet_base.boot_cfg; in hpet_disable()
1072 hpet_writel(hpet_base.channels[i].boot_cfg, HPET_Tn_CFG(i)); in hpet_disable()
1075 if (hpet_base.boot_cfg & HPET_CFG_ENABLE) in hpet_disable()
1076 hpet_writel(hpet_base.boot_cfg, HPET_CFG); in hpet_disable()