Searched refs:usb2h_strap_reg (Results 1 – 1 of 1) sorted by relevance
65 void __iomem *usb2h_strap_reg; member187 val = readl(driver->usb2h_strap_reg); in ns2_drd_phy_poweron()189 writel(val, driver->usb2h_strap_reg); in ns2_drd_phy_poweron()223 val = readl(driver->usb2h_strap_reg); in connect_change()225 writel(val, driver->usb2h_strap_reg); in connect_change()326 driver->usb2h_strap_reg = devm_ioremap_resource(dev, res); in ns2_drd_phy_probe()327 if (IS_ERR(driver->usb2h_strap_reg)) in ns2_drd_phy_probe()328 return PTR_ERR(driver->usb2h_strap_reg); in ns2_drd_phy_probe()