Lines Matching refs:dfixed_mul
1963 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
1964 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
1983 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth_for_display()
1984 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation); in evergreen_dram_bandwidth_for_display()
2003 bandwidth.full = dfixed_mul(a, sclk); in evergreen_data_return_bandwidth()
2004 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in evergreen_data_return_bandwidth()
2023 bandwidth.full = dfixed_mul(a, disp_clk); in evergreen_dmif_request_bandwidth()
2024 bandwidth.full = dfixed_mul(bandwidth, disp_clk_request_efficiency); in evergreen_dmif_request_bandwidth()
2056 bandwidth.full = dfixed_mul(src_width, bpp); in evergreen_average_bandwidth()
2057 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth()
2261 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2262 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
2273 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2274 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()