Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c1522 void __iomem *phy_select; in msm_otg_probe() local
1584 phy_select = devm_ioremap_nocache(&pdev->dev, USB2_PHY_SEL, 4); in msm_otg_probe()
1585 if (!phy_select) in msm_otg_probe()
1588 writel(0x1, phy_select); in msm_otg_probe()