Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c63 static inline int32_t div_fp(s64 x, s64 y) in div_fp() function
81 return div_fp(percent, 100); in percent_fp()
1095 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct()
1546 cpudata->vid.ratio = div_fp( in atom_get_vid()
1917 busy_frac = div_fp(sample->mperf << cpu->aperf_mperf_shift, in get_target_pstate()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c65 static inline int32_t div_fp(s64 x, s64 y) in div_fp() function
1252 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct()
1851 cpudata->vid.ratio = div_fp( in atom_get_vid()
2260 busy_frac = div_fp(sample->mperf << cpu->aperf_mperf_shift, in get_target_pstate()

Completed in 9 milliseconds