Searched refs:dev_ref_clk_ctrl_mmio (Results 1 – 4 of 4) sorted by relevance
150 phy_common->dev_ref_clk_ctrl_mmio = devm_ioremap_resource(dev, res); in ufs_qcom_phy_base_init()151 if (IS_ERR((void const *)phy_common->dev_ref_clk_ctrl_mmio)) in ufs_qcom_phy_base_init()152 phy_common->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_phy_base_init()486 if (phy->dev_ref_clk_ctrl_mmio && in ufs_qcom_phy_dev_ref_clk_ctrl()488 u32 temp = readl_relaxed(phy->dev_ref_clk_ctrl_mmio); in ufs_qcom_phy_dev_ref_clk_ctrl()503 writel_relaxed(temp, phy->dev_ref_clk_ctrl_mmio); in ufs_qcom_phy_dev_ref_clk_ctrl()
87 void __iomem *dev_ref_clk_ctrl_mmio; member
873 if (host->dev_ref_clk_ctrl_mmio && in ufs_qcom_dev_ref_clk_ctrl()875 u32 temp = readl_relaxed(host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()891 writel_relaxed(temp, host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()1186 host->dev_ref_clk_ctrl_mmio = hba->mmio_base + REG_UFS_CFG1; in ufs_qcom_init()1192 host->dev_ref_clk_ctrl_mmio = in ufs_qcom_init()1194 if (IS_ERR(host->dev_ref_clk_ctrl_mmio)) { in ufs_qcom_init()1198 PTR_ERR(host->dev_ref_clk_ctrl_mmio)); in ufs_qcom_init()1199 host->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_init()
233 void __iomem *dev_ref_clk_ctrl_mmio; member