Lines Matching refs:min_pstate
77 int min_pstate; member
355 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
356 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
369 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_num_pstates()
527 int_tofp(pstate - cpudata->pstate.min_pstate), in byt_set_pstate()
567 cpudata->pstate.min_pstate)); in byt_get_vid()
702 cpu->pstate.min_pstate, cpu->pstate.turbo_pstate); in intel_pstate_get_min_max()
705 *min = clamp_t(int, min_perf, cpu->pstate.min_pstate, max_perf); in intel_pstate_get_min_max()
730 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()
737 intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate); in intel_pstate_get_cpu_pstates()
1016 intel_pstate_set_pstate(cpu, cpu->pstate.min_pstate); in intel_pstate_stop_cpu()
1035 policy->min = cpu->pstate.min_pstate * cpu->pstate.scaling; in intel_pstate_cpu_init()
1039 policy->cpuinfo.min_freq = cpu->pstate.min_pstate * cpu->pstate.scaling; in intel_pstate_cpu_init()