Searched refs:mul_u32_fixed16 (Results 1 – 2 of 2) sorted by relevance
4433 ret = mul_u32_fixed16(wm_intermediate_val, plane_blocks_per_line); in skl_wm_method2()4580 wp->y_tile_minimum = mul_u32_fixed16(wp->y_min_scanlines, in skl_compute_plane_wm_params()4684 fp_min_disp_buf_needed = mul_u32_fixed16(res_lines + in skl_compute_plane_wm()4804 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us)); in skl_compute_linetime_wm()
239 static inline uint_fixed_16_16_t mul_u32_fixed16(uint32_t val, in mul_u32_fixed16() function