Home
last modified time | relevance | path

Searched refs:dev_ref_clk_ctrl_mmio (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/phy/
Dphy-qcom-ufs.c150 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()
484 if (phy->dev_ref_clk_ctrl_mmio && in ufs_qcom_phy_dev_ref_clk_ctrl()
486 u32 temp = readl_relaxed(phy->dev_ref_clk_ctrl_mmio); in ufs_qcom_phy_dev_ref_clk_ctrl()
501 writel_relaxed(temp, phy->dev_ref_clk_ctrl_mmio); in ufs_qcom_phy_dev_ref_clk_ctrl()
Dphy-qcom-ufs-i.h87 void __iomem *dev_ref_clk_ctrl_mmio; member