boot_cfg           30 arch/x86/kernel/hpet.c 	unsigned int			boot_cfg;
boot_cfg           37 arch/x86/kernel/hpet.c 	unsigned int			boot_cfg;
boot_cfg          409 arch/x86/kernel/hpet.c 	if (hc->boot_cfg & HPET_TN_PERIODIC) {
boot_cfg          617 arch/x86/kernel/hpet.c 		if (!(hc->boot_cfg & HPET_TN_FSB_CAP))
boot_cfg          869 arch/x86/kernel/hpet.c 	hpet_base.boot_cfg = cfg;
boot_cfg          880 arch/x86/kernel/hpet.c 		hc->boot_cfg = cfg;
boot_cfg          985 arch/x86/kernel/hpet.c 	cfg = hpet_base.boot_cfg;
boot_cfg          991 arch/x86/kernel/hpet.c 		hpet_writel(hpet_base.channels[i].boot_cfg, HPET_Tn_CFG(i));
boot_cfg          994 arch/x86/kernel/hpet.c 	if (hpet_base.boot_cfg & HPET_CFG_ENABLE)
boot_cfg          995 arch/x86/kernel/hpet.c 		hpet_writel(hpet_base.boot_cfg, HPET_CFG);