intel_dp_aux_backlight.c | 119 int freq, fxp, fxp_min, fxp_max, fxp_actual, f = 1; local in function:intel_dp_aux_set_pwm_freq 156 fxp_max = DIV_ROUND_CLOSEST(fxp * 5, 4); 157 if (fxp_min < (1 << pn_min) || (255 << pn_max) < fxp_max) { 165 if (fxp_min <= fxp_actual && fxp_actual <= fxp_max)
|