Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp_aux_backlight.c115 u8 pn, pn_min, pn_max; in intel_dp_aux_set_pwm_freq() local
143 DP_EDP_PWMGEN_BIT_COUNT_CAP_MAX, &pn_max) != 1) { in intel_dp_aux_set_pwm_freq()
148 pn_max &= DP_EDP_PWMGEN_BIT_COUNT_MASK; in intel_dp_aux_set_pwm_freq()
152 if (fxp_min < (1 << pn_min) || (255 << pn_max) < fxp_max) { in intel_dp_aux_set_pwm_freq()
157 for (pn = pn_max; pn >= pn_min; pn--) { in intel_dp_aux_set_pwm_freq()