Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/ufs/host/ !
Dufs-qcom.c62 u32 mem_bw; member
836 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
841 ret = icc_set_bw(host->icc_ddr, 0, mem_bw); in ufs_qcom_icc_set_bw()
878 return ufs_qcom_icc_set_bw(host, bw_table.mem_bw, bw_table.cfg_bw); in ufs_qcom_icc_update_bw()
1095 ufs_qcom_icc_set_bw(host, ufs_qcom_bw_table[MODE_MIN][0][0].mem_bw, in ufs_qcom_setup_clocks()
1155 ret = ufs_qcom_icc_set_bw(host, ufs_qcom_bw_table[MODE_MAX][0][0].mem_bw, in ufs_qcom_icc_init()
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/ !
Dkfd_crat.c1942 int mem_bw = 819200, weight = ext_cpu ? KFD_CRAT_XGMI_WEIGHT : in kfd_fill_gpu_direct_io_link_to_cpu() local
1945 kdev->adev, NULL, true) : mem_bw; in kfd_fill_gpu_direct_io_link_to_cpu()
2019 int mem_bw = 819200; in kfd_fill_gpu_xgmi_link_to_gpu() local
2022 sub_type_hdr->maximum_bandwidth_mbs = is_single_hop ? mem_bw : 0; in kfd_fill_gpu_xgmi_link_to_gpu()
2023 sub_type_hdr->minimum_bandwidth_mbs = is_single_hop ? mem_bw : 0; in kfd_fill_gpu_xgmi_link_to_gpu()
/linux-6.6.21/drivers/gpu/drm/radeon/ !
Dr100.c3148 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff; in r100_bandwidth_update() local
3263 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3283 mem_bw.full = dfixed_mul(mem_bw, min_mem_eff); in r100_bandwidth_update()
3284 if (peak_disp_bw.full >= mem_bw.full) { in r100_bandwidth_update()