Lines Matching refs:dfixed_mul
587 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v6_0_dram_bandwidth()
588 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v6_0_dram_bandwidth()
616 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v6_0_dram_bandwidth_for_display()
617 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation); in dce_v6_0_dram_bandwidth_for_display()
645 bandwidth.full = dfixed_mul(a, sclk); in dce_v6_0_data_return_bandwidth()
646 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in dce_v6_0_data_return_bandwidth()
671 b.full = dfixed_mul(a, disp_clk); in dce_v6_0_dmif_request_bandwidth()
677 bandwidth.full = dfixed_mul(b, disp_clk_request_efficiency); in dce_v6_0_dmif_request_bandwidth()
727 bandwidth.full = dfixed_mul(src_width, bpp); in dce_v6_0_average_bandwidth()
728 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in dce_v6_0_average_bandwidth()
988 c.full = dfixed_mul(c, b); in dce_v6_0_program_watermarks()
989 c.full = dfixed_mul(c, amdgpu_crtc->hsc); in dce_v6_0_program_watermarks()
1000 c.full = dfixed_mul(c, b); in dce_v6_0_program_watermarks()
1001 c.full = dfixed_mul(c, amdgpu_crtc->hsc); in dce_v6_0_program_watermarks()