Searched refs:hpet_boot_cfg (Results 1 – 1 of 1) sorted by relevance
811 static u32 *hpet_boot_cfg; variable884 hpet_boot_cfg = kmalloc((last + 2) * sizeof(*hpet_boot_cfg), in hpet_enable()886 if (hpet_boot_cfg) in hpet_enable()887 *hpet_boot_cfg = cfg; in hpet_enable()898 if (hpet_boot_cfg) in hpet_enable()899 hpet_boot_cfg[i + 1] = cfg; in hpet_enable()982 if (hpet_boot_cfg) in hpet_disable()983 cfg = *hpet_boot_cfg; in hpet_disable()991 if (!hpet_boot_cfg) in hpet_disable()998 hpet_writel(hpet_boot_cfg[id + 1], HPET_Tn_CFG(id)); in hpet_disable()[all …]