Lines Matching full:turbo
65 * where freq_base is the max non-turbo P-state.
68 * can't know which turbo states will be available at a given point in time:
70 * the turbo level with 4 cores active.
72 * Benchmarks show that's a good compromise between the 1C turbo ratio
74 * which would ignore the entire turbo range (a conspicuous part, making
78 * highest turbo level for freq_max since Atom's are generally oriented towards
81 * Setting freq_max to anything less than the 1C turbo ratio makes the ratio
122 *turbo_freq = *turbo_freq & 0x3F; /* 1C turbo */ in slv_set_max_freq_ratio()
232 *turbo_freq = (msr >> 24) & 0xFF; /* 4C turbo */ in core_set_max_freq_ratio()
236 *turbo_freq = msr & 0xFF; /* 1C turbo */ in core_set_max_freq_ratio()
270 * Some CPUs have turbo boost but don't declare any turbo ratio in intel_set_max_freq_ratio()
274 …pr_debug("Couldn't determine cpu base or turbo frequency, necessary for scale-invariant accounting… in intel_set_max_freq_ratio()
280 pr_debug("Non-zero turbo and base frequencies led to a 0 ratio.\n"); in intel_set_max_freq_ratio()