Home
last modified time | relevance | path

Searched refs:mcq_base (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/ufs/
H A Dufshcd.h1134 void __iomem *mcq_base; member
1291 writel((val), (hba)->mcq_base + (reg))
1293 readl((hba)->mcq_base + (reg))
1296 writel_relaxed((val), (hba)->mcq_base + (reg))
1298 readl_relaxed((hba)->mcq_base + (reg))
/linux-6.15/drivers/ufs/host/
H A Dufshcd-pci.c458 hba->mcq_base = hba->mmio_base + ufshcd_mcq_queue_cfg_addr(hba); in ufs_qemu_mcq_config_resource()
H A Dufs-qcom.c1794 hba->mcq_base = res->base; in ufs_qcom_mcq_config_resource()
H A Dufs-mediatek.c1703 hba->mcq_base = hba->mmio_base + MCQ_QUEUE_OFFSET(hba->mcq_capabilities); in ufs_mtk_mcq_config_resource()