Searched refs:dev_ref_clk_ctrl_mmio (Results 1 – 4 of 4) sorted by relevance
104 phy_common->dev_ref_clk_ctrl_mmio = devm_ioremap_resource(dev, res); in ufs_qcom_phy_base_init()105 if (IS_ERR((void const *)phy_common->dev_ref_clk_ctrl_mmio)) in ufs_qcom_phy_base_init()106 phy_common->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_phy_base_init()440 if (phy->dev_ref_clk_ctrl_mmio && in ufs_qcom_phy_dev_ref_clk_ctrl()442 u32 temp = readl_relaxed(phy->dev_ref_clk_ctrl_mmio); in ufs_qcom_phy_dev_ref_clk_ctrl()457 writel_relaxed(temp, phy->dev_ref_clk_ctrl_mmio); in ufs_qcom_phy_dev_ref_clk_ctrl()
86 void __iomem *dev_ref_clk_ctrl_mmio; member
893 if (host->dev_ref_clk_ctrl_mmio && in ufs_qcom_dev_ref_clk_ctrl()895 u32 temp = readl_relaxed(host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()911 writel_relaxed(temp, host->dev_ref_clk_ctrl_mmio); in ufs_qcom_dev_ref_clk_ctrl()1248 host->dev_ref_clk_ctrl_mmio = hba->mmio_base + REG_UFS_CFG1; in ufs_qcom_init()1254 host->dev_ref_clk_ctrl_mmio = in ufs_qcom_init()1256 if (IS_ERR(host->dev_ref_clk_ctrl_mmio)) { in ufs_qcom_init()1260 PTR_ERR(host->dev_ref_clk_ctrl_mmio)); in ufs_qcom_init()1261 host->dev_ref_clk_ctrl_mmio = NULL; in ufs_qcom_init()
236 void __iomem *dev_ref_clk_ctrl_mmio; member