Searched refs:max_pstate (Results 1 – 2 of 2) sorted by relevance
235 int max_pstate; in processor_set_cur_state() local244 max_pstate = cpufreq_get_max_state(pr->id); in processor_set_cur_state()249 if (state <= max_pstate) { in processor_set_cur_state()254 cpufreq_set_cur_state(pr->id, max_pstate); in processor_set_cur_state()256 state - max_pstate, false); in processor_set_cur_state()
145 int max_pstate; member511 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); in update_turbo_state()1106 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()1190 int pct = cpu->pstate.max_pstate * 100 / cpu->pstate.turbo_pstate; in store_no_turbo()1514 if (pstate > cpudata->pstate.max_pstate) in atom_get_val()1560 int_tofp(cpudata->pstate.max_pstate - in atom_get_vid()1620 int max_pstate; in core_get_max_pstate() local1625 max_pstate = (plat_info >> 8) & 0xFF; in core_get_max_pstate()1629 return max_pstate; in core_get_max_pstate()1643 max_pstate = tar_levels; in core_get_max_pstate()[all …]