Searched refs:usb2h_strap_reg (Results 1 – 1 of 1) sorted by relevance
64 void __iomem *usb2h_strap_reg; member192 val = readl(driver->usb2h_strap_reg); in ns2_drd_phy_poweron()194 writel(val, driver->usb2h_strap_reg); in ns2_drd_phy_poweron()228 val = readl(driver->usb2h_strap_reg); in connect_change()230 writel(val, driver->usb2h_strap_reg); in connect_change()331 driver->usb2h_strap_reg = devm_ioremap_resource(dev, res); in ns2_drd_phy_probe()332 if (IS_ERR(driver->usb2h_strap_reg)) in ns2_drd_phy_probe()333 return PTR_ERR(driver->usb2h_strap_reg); in ns2_drd_phy_probe()