Lines Matching refs:dfixed_mul
1957 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
1958 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
1977 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth_for_display()
1978 bandwidth.full = dfixed_mul(bandwidth, disp_dram_allocation); in evergreen_dram_bandwidth_for_display()
1997 bandwidth.full = dfixed_mul(a, sclk); in evergreen_data_return_bandwidth()
1998 bandwidth.full = dfixed_mul(bandwidth, return_efficiency); in evergreen_data_return_bandwidth()
2017 bandwidth.full = dfixed_mul(a, disp_clk); in evergreen_dmif_request_bandwidth()
2018 bandwidth.full = dfixed_mul(bandwidth, disp_clk_request_efficiency); in evergreen_dmif_request_bandwidth()
2050 bandwidth.full = dfixed_mul(src_width, bpp); in evergreen_average_bandwidth()
2051 bandwidth.full = dfixed_mul(bandwidth, wm->vsc); in evergreen_average_bandwidth()
2255 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2256 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
2267 c.full = dfixed_mul(c, b); in evergreen_program_watermarks()
2268 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()