Searched refs:get_intel_mid_ops (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/platform/intel-mid/
H A Dintel-mid.c66 static void *(*get_intel_mid_ops[])(void) = INTEL_MID_OPS_INIT; variable
129 if (__intel_mid_cpu_chip < MAX_CPU_OPS(get_intel_mid_ops)) intel_mid_arch_setup()
130 intel_mid_ops = get_intel_mid_ops[__intel_mid_cpu_chip](); intel_mid_arch_setup()
132 intel_mid_ops = get_intel_mid_ops[INTEL_MID_CPU_CHIP_PENWELL](); intel_mid_arch_setup()

Completed in 75 milliseconds