Lines Matching refs:dfixed_mul
2010 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
2011 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
2030 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth_for_display()
2031 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation); in evergreen_dram_bandwidth_for_display()
2050 bandwidth.full = dfixed_mul(a, sclk); in evergreen_data_return_bandwidth()
2051 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in evergreen_data_return_bandwidth()
2070 bandwidth.full = dfixed_mul(a, disp_clk); in evergreen_dmif_request_bandwidth()
2071 bandwidth.full = dfixed_mul(bandwidth, disp_clk_request_efficiency); in evergreen_dmif_request_bandwidth()
2103 bandwidth.full = dfixed_mul(src_width, bpp); in evergreen_average_bandwidth()
2104 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth()
2145 b.full = dfixed_mul(b, c); in evergreen_latency_watermark()
2311 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2312 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
2323 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2324 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()