Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/
Dgov_power_allocator.c23 #define int_to_frac(x) ((x) << FRAC_BITS) macro
149 tz->tzp->k_po = int_to_frac(sustainable_power) / in estimate_pid_constants()
152 tz->tzp->k_pu = int_to_frac(2 * sustainable_power) / in estimate_pid_constants()
226 max_power_frac = int_to_frac(max_allocatable_power); in pid_controller()
231 err = int_to_frac(err); in pid_controller()
244 if (err < int_to_frac(tz->tzp->integral_cutoff)) { in pid_controller()