Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c1239 uint32_t turbo_fp; in show_turbo_pct() local
1252 turbo_fp = div_fp(no_turbo, total); in show_turbo_pct()
1253 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100))); in show_turbo_pct()