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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_thermal.c412 int max_pstate; local
417 max_pstate = cpufreq_get_max_state(pr->id);
422 if (state <= max_pstate) {
427 cpufreq_set_cur_state(pr->id, max_pstate);
429 state - max_pstate, false);

Completed in 90 milliseconds