Searched refs:hpet_boot_cfg (Results 1 – 1 of 1) sorted by relevance
787 static u32 *hpet_boot_cfg; variable860 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 …]