Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ufs/host/
Dufs-qcom.c62 u32 mem_bw; member
669 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
674 ret = icc_set_bw(host->icc_ddr, 0, mem_bw); in ufs_qcom_icc_set_bw()
721 return ufs_qcom_icc_set_bw(host, bw_table.mem_bw, bw_table.cfg_bw); in ufs_qcom_icc_update_bw()
966 ufs_qcom_icc_set_bw(host, ufs_qcom_bw_table[MODE_MIN][0][0].mem_bw, in ufs_qcom_setup_clocks()
1026 ret = ufs_qcom_icc_set_bw(host, ufs_qcom_bw_table[MODE_MAX][0][0].mem_bw, in ufs_qcom_icc_init()
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.c2107 int mem_bw = 819200, weight = ext_cpu ? KFD_CRAT_XGMI_WEIGHT : in kfd_fill_gpu_direct_io_link_to_cpu() local
2110 kdev->adev, NULL, true) : mem_bw; in kfd_fill_gpu_direct_io_link_to_cpu()
2184 int mem_bw = 819200; in kfd_fill_gpu_xgmi_link_to_gpu() local
2187 sub_type_hdr->maximum_bandwidth_mbs = is_single_hop ? mem_bw : 0; in kfd_fill_gpu_xgmi_link_to_gpu()
2188 sub_type_hdr->minimum_bandwidth_mbs = is_single_hop ? mem_bw : 0; in kfd_fill_gpu_xgmi_link_to_gpu()
/linux-6.12.1/drivers/gpu/drm/radeon/
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()