Lines Matching refs:dfixed_mul
2055 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
2056 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
2075 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth_for_display()
2076 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation); in evergreen_dram_bandwidth_for_display()
2095 bandwidth.full = dfixed_mul(a, sclk); in evergreen_data_return_bandwidth()
2096 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in evergreen_data_return_bandwidth()
2115 bandwidth.full = dfixed_mul(a, disp_clk); in evergreen_dmif_request_bandwidth()
2116 bandwidth.full = dfixed_mul(bandwidth, disp_clk_request_efficiency); in evergreen_dmif_request_bandwidth()
2148 bandwidth.full = dfixed_mul(src_width, bpp); in evergreen_average_bandwidth()
2149 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth()
2190 b.full = dfixed_mul(b, c); in evergreen_latency_watermark()
2356 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2357 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
2368 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2369 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()