Lines Matching refs:crmu_usb2_ctrl
64 void __iomem *crmu_usb2_ctrl; member
124 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff()
126 writel(val, driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff()
128 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff()
130 writel(val, driver->crmu_usb2_ctrl); in ns2_drd_phy_poweroff()
155 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_poweron()
157 writel(val, driver->crmu_usb2_ctrl); in ns2_drd_phy_poweron()
160 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_poweron()
162 writel(val, driver->crmu_usb2_ctrl); in ns2_drd_phy_poweron()
172 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_poweron()
174 writel(val, driver->crmu_usb2_ctrl); in ns2_drd_phy_poweron()
317 driver->crmu_usb2_ctrl = devm_platform_ioremap_resource_byname(pdev, "crmu-ctrl"); in ns2_drd_phy_probe()
318 if (IS_ERR(driver->crmu_usb2_ctrl)) in ns2_drd_phy_probe()
319 return PTR_ERR(driver->crmu_usb2_ctrl); in ns2_drd_phy_probe()
386 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_probe()
388 writel(val, driver->crmu_usb2_ctrl); in ns2_drd_phy_probe()