Searched refs:red_clamp (Results 1 – 2 of 2) sorted by relevance
257 uint32_t red_clamp; in cm3_helper_translate_curve_to_hw_format() local277 red_clamp = dc_fixpt_clamp_u0d14(rgb->delta_red); in cm3_helper_translate_curve_to_hw_format()281 if (red_clamp >> 10 || green_clamp >> 10 || blue_clamp >> 10) in cm3_helper_translate_curve_to_hw_format()284 rgb->delta_red_reg = red_clamp & 0x3ff; in cm3_helper_translate_curve_to_hw_format()
510 uint32_t red_clamp = dc_fixpt_clamp_u0d14(rgb->delta_red); in cm_helper_translate_curve_to_hw_format() local514 if (red_clamp >> 10 || green_clamp >> 10 || blue_clamp >> 10) in cm_helper_translate_curve_to_hw_format()517 rgb->delta_red_reg = red_clamp & 0x3ff; in cm_helper_translate_curve_to_hw_format()