Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dhpet.c787 static u32 *hpet_boot_cfg; variable
860 hpet_boot_cfg = kmalloc((last + 2) * sizeof(*hpet_boot_cfg), in hpet_enable()
862 if (hpet_boot_cfg) in hpet_enable()
863 *hpet_boot_cfg = cfg; in hpet_enable()
874 if (hpet_boot_cfg) in hpet_enable()
875 hpet_boot_cfg[i + 1] = cfg; in hpet_enable()
958 if (hpet_boot_cfg) in hpet_disable()
959 cfg = *hpet_boot_cfg; in hpet_disable()
967 if (!hpet_boot_cfg) in hpet_disable()
974 hpet_writel(hpet_boot_cfg[id + 1], HPET_Tn_CFG(id)); in hpet_disable()
[all …]