HomeSort by: relevance | last modified time | path
    Searched defs:fxp_max (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
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)

Completed in 12 milliseconds