Searched refs:mem_bw (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/ufs/host/ |
| H A D | ufs-qcom.c | 68 u32 mem_bw; member 747 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 752 ret = icc_set_bw(host->icc_ddr, 0, mem_bw); in ufs_qcom_icc_set_bw() 799 return ufs_qcom_icc_set_bw(host, bw_table.mem_bw, bw_table.cfg_bw); in ufs_qcom_icc_update_bw() 1108 ufs_qcom_icc_set_bw(host, ufs_qcom_bw_table[MODE_MIN][0][0].mem_bw, in ufs_qcom_setup_clocks() 1168 ret = ufs_qcom_icc_set_bw(host, ufs_qcom_bw_table[MODE_MAX][0][0].mem_bw, in ufs_qcom_icc_init()
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 2134 int mem_bw = 819200, weight = ext_cpu ? KFD_CRAT_XGMI_WEIGHT : in kfd_fill_gpu_direct_io_link_to_cpu() local 2151 sub_type_hdr->minimum_bandwidth_mbs = mem_bw; in kfd_fill_gpu_direct_io_link_to_cpu() 2152 sub_type_hdr->maximum_bandwidth_mbs = mem_bw; in kfd_fill_gpu_direct_io_link_to_cpu() 2216 int mem_bw = 819200; in kfd_fill_gpu_xgmi_link_to_gpu() local 2219 sub_type_hdr->maximum_bandwidth_mbs = is_single_hop ? mem_bw : 0; in kfd_fill_gpu_xgmi_link_to_gpu() 2220 sub_type_hdr->minimum_bandwidth_mbs = is_single_hop ? mem_bw : 0; in kfd_fill_gpu_xgmi_link_to_gpu()
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | r100.c | 3169 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()
|