Searched refs:get_intel_mid_ops (Results 1 – 1 of 1) sorted by relevance
66 static void *(*get_intel_mid_ops[])(void) = INTEL_MID_OPS_INIT; variable137 if (__intel_mid_cpu_chip < MAX_CPU_OPS(get_intel_mid_ops)) in intel_mid_arch_setup()138 intel_mid_ops = get_intel_mid_ops[__intel_mid_cpu_chip](); in intel_mid_arch_setup()140 intel_mid_ops = get_intel_mid_ops[INTEL_MID_CPU_CHIP_PENWELL](); in intel_mid_arch_setup()