Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dina233.c23 static void calculate_coef(int *m, int *R, u32 current_lsb, int power_coef) in calculate_coef() argument
45 scaled_m = div64_u64(1000000 * scale_coef, (u64)current_lsb * power_coef); in calculate_coef()