Searched refs:source_val (Results 1 – 1 of 1) sorted by relevance
470 static u32 scale(u32 source_val, in scale() argument480 source_val = clamp(source_val, source_min, source_max); in scale()483 target_val = mul_u32_u32(source_val - source_min, in scale()