fxp_max           114 drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c 	int freq, fxp, fxp_min, fxp_max, fxp_actual, f = 1;
fxp_max           151 drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c 	fxp_max = DIV_ROUND_CLOSEST(fxp * 5, 4);
fxp_max           152 drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c 	if (fxp_min < (1 << pn_min) || (255 << pn_max) < fxp_max) {
fxp_max           160 drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c 		if (fxp_min <= fxp_actual && fxp_actual <= fxp_max)