Lines Matching refs:dfixed_mul
1961 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
1962 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
1981 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth_for_display()
1982 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation); in evergreen_dram_bandwidth_for_display()
2001 bandwidth.full = dfixed_mul(a, sclk); in evergreen_data_return_bandwidth()
2002 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in evergreen_data_return_bandwidth()
2021 bandwidth.full = dfixed_mul(a, disp_clk); in evergreen_dmif_request_bandwidth()
2022 bandwidth.full = dfixed_mul(bandwidth, disp_clk_request_efficiency); in evergreen_dmif_request_bandwidth()
2054 bandwidth.full = dfixed_mul(src_width, bpp); in evergreen_average_bandwidth()
2055 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth()
2259 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2260 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
2271 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2272 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()