Searched refs:hpet_boot_cfg (Results 1 – 1 of 1) sorted by relevance
897 static u32 *hpet_boot_cfg; variable970 hpet_boot_cfg = kmalloc_array(last + 2, sizeof(*hpet_boot_cfg), in hpet_enable()972 if (hpet_boot_cfg) in hpet_enable()973 *hpet_boot_cfg = cfg; in hpet_enable()983 if (hpet_boot_cfg) in hpet_enable()984 hpet_boot_cfg[i + 1] = cfg; in hpet_enable()1071 if (hpet_boot_cfg) in hpet_disable()1072 cfg = *hpet_boot_cfg; in hpet_disable()1080 if (!hpet_boot_cfg) in hpet_disable()1087 hpet_writel(hpet_boot_cfg[id + 1], HPET_Tn_CFG(id)); in hpet_disable()[all …]