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