Searched refs:fxp_max (Results 1 – 1 of 1) sorted by relevance
3842 int fxp, fxp_min, fxp_max, fxp_actual, f = 1; in drm_edp_backlight_probe_max() local3900 fxp_max = DIV_ROUND_CLOSEST(fxp * 5, 4); in drm_edp_backlight_probe_max()3901 if (fxp_min < (1 << pn_min) || (255 << pn_max) < fxp_max) { in drm_edp_backlight_probe_max()3911 if (fxp_min <= fxp_actual && fxp_actual <= fxp_max) in drm_edp_backlight_probe_max()