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()
321 driver->crmu_usb2_ctrl = devm_ioremap_resource(dev, res); in ns2_drd_phy_probe()
322 if (IS_ERR(driver->crmu_usb2_ctrl)) in ns2_drd_phy_probe()
323 return PTR_ERR(driver->crmu_usb2_ctrl); in ns2_drd_phy_probe()
391 val = readl(driver->crmu_usb2_ctrl); in ns2_drd_phy_probe()
393 writel(val, driver->crmu_usb2_ctrl); in ns2_drd_phy_probe()