Home
last modified time | relevance | path

Searched refs:mem_bw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ufs/host/
H A Dufs-qcom.c62 u32 mem_bw; member
726 static int ufs_qcom_icc_set_bw(struct ufs_qcom_host *host, u32 mem_bw, u32 cfg_bw) in ufs_qcom_icc_set_bw() argument
731 ret = icc_set_bw(host->icc_ddr, 0, mem_bw); in ufs_qcom_icc_set_bw()
778 return ufs_qcom_icc_set_bw(host, bw_table.mem_bw, bw_table.cfg_bw); in ufs_qcom_icc_update_bw()
1040 ufs_qcom_icc_set_bw(host, ufs_qcom_bw_table[MODE_MIN][0][0].mem_bw, in ufs_qcom_setup_clocks()
1100 ret = ufs_qcom_icc_set_bw(host, ufs_qcom_bw_table[MODE_MAX][0][0].mem_bw, in ufs_qcom_icc_init()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c2133 int mem_bw = 819200, weight = ext_cpu ? KFD_CRAT_XGMI_WEIGHT : in kfd_fill_gpu_direct_io_link_to_cpu() local
2136 kdev->adev, NULL, true) : mem_bw; in kfd_fill_gpu_direct_io_link_to_cpu()
2210 int mem_bw = 819200; in kfd_fill_gpu_xgmi_link_to_gpu() local
2213 sub_type_hdr->maximum_bandwidth_mbs = is_single_hop ? mem_bw : 0; in kfd_fill_gpu_xgmi_link_to_gpu()
2214 sub_type_hdr->minimum_bandwidth_mbs = is_single_hop ? mem_bw : 0; in kfd_fill_gpu_xgmi_link_to_gpu()
/linux/drivers/gpu/drm/radeon/
H A Dr100.c3169 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff; in r100_bandwidth_update() local
3284 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3304 mem_bw.full = dfixed_mul(mem_bw, min_mem_eff); in r100_bandwidth_update()
3305 if (peak_disp_bw.full >= mem_bw.full) { in r100_bandwidth_update()