Home
last modified time | relevance | path

Searched refs:perf_to_freq (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/cpufreq/ !
H A Damd-pstate.c157 static inline u32 perf_to_freq(union perf_cached perf, u32 nominal_freq, u8 perf_val) in dmi_matched_7k62_bios_bug()
405 cpudata->floor_freq = perf_to_freq(cpudata->perf, cpudata->nominal_freq, in msr_init_perf()
658 policy->cur = perf_to_freq(perf, cpudata->nominal_freq, des_perf); in amd_pstate_update_min_max_limit()
694 policy_data->min = perf_to_freq(perf, cpudata->nominal_freq, in amd_pstate_update_freq()
1026 max_freq = perf_to_freq(perf, nominal_freq, perf.highest_perf); in amd_pstate_cpu_init()
1029 lowest_nonlinear_freq = perf_to_freq(perf, nominal_freq, perf.lowest_nonlinear_perf); in amd_pstate_cpu_init()
1093 policy->cpuinfo.min_freq = policy->min = perf_to_freq(perf, in show_amd_pstate_max_freq()
1347 perf_to_freq(perf, cpudata->nominal_freq, perf.lowest_nonlinear_perf)); in amd_pstate_show_status()
1910 policy->cpuinfo.min_freq = policy->min = perf_to_freq(perf,
148 static inline u32 perf_to_freq(union perf_cached perf, u32 nominal_freq, u8 perf_val) perf_to_freq() function