Searched refs:mul_fixed16 (Results 1 – 2 of 2) sorted by relevance
4006 return mul_fixed16(downscale_w, downscale_h); in skl_plane_downscale_amount()4036 pipe_downscale = mul_fixed16(downscale_w, downscale_h); in skl_pipe_downscale_amount()4076 plane_downscale = mul_fixed16(plane_downscale, in skl_check_pipe_max_pixel_rate()4083 pipe_downscale = mul_fixed16(pipe_downscale, max_downscale); in skl_check_pipe_max_pixel_rate()
209 static inline uint_fixed_16_16_t mul_fixed16(uint_fixed_16_16_t val, in mul_fixed16() function