dev_ref_clk_ctrl_mmio   61 drivers/phy/qualcomm/phy-qcom-ufs-i.h 	void __iomem *dev_ref_clk_ctrl_mmio;
dev_ref_clk_ctrl_mmio   95 drivers/phy/qualcomm/phy-qcom-ufs.c 	phy_common->dev_ref_clk_ctrl_mmio = devm_ioremap_resource(dev, res);
dev_ref_clk_ctrl_mmio   96 drivers/phy/qualcomm/phy-qcom-ufs.c 	if (IS_ERR((void const *)phy_common->dev_ref_clk_ctrl_mmio))
dev_ref_clk_ctrl_mmio   97 drivers/phy/qualcomm/phy-qcom-ufs.c 		phy_common->dev_ref_clk_ctrl_mmio = NULL;
dev_ref_clk_ctrl_mmio  764 drivers/scsi/ufs/ufs-qcom.c 	if (host->dev_ref_clk_ctrl_mmio &&
dev_ref_clk_ctrl_mmio  766 drivers/scsi/ufs/ufs-qcom.c 		u32 temp = readl_relaxed(host->dev_ref_clk_ctrl_mmio);
dev_ref_clk_ctrl_mmio  782 drivers/scsi/ufs/ufs-qcom.c 		writel_relaxed(temp, host->dev_ref_clk_ctrl_mmio);
dev_ref_clk_ctrl_mmio 1163 drivers/scsi/ufs/ufs-qcom.c 		host->dev_ref_clk_ctrl_mmio = hba->mmio_base + REG_UFS_CFG1;
dev_ref_clk_ctrl_mmio 1169 drivers/scsi/ufs/ufs-qcom.c 			host->dev_ref_clk_ctrl_mmio =
dev_ref_clk_ctrl_mmio 1171 drivers/scsi/ufs/ufs-qcom.c 			if (IS_ERR(host->dev_ref_clk_ctrl_mmio)) {
dev_ref_clk_ctrl_mmio 1175 drivers/scsi/ufs/ufs-qcom.c 					PTR_ERR(host->dev_ref_clk_ctrl_mmio));
dev_ref_clk_ctrl_mmio 1176 drivers/scsi/ufs/ufs-qcom.c 				host->dev_ref_clk_ctrl_mmio = NULL;
dev_ref_clk_ctrl_mmio  226 drivers/scsi/ufs/ufs-qcom.h 	void __iomem *dev_ref_clk_ctrl_mmio;