Searched refs:idmdrd_rst_ctrl (Results 1 – 1 of 1) sorted by relevance
63 void __iomem *idmdrd_rst_ctrl; member151 val = readl(driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()153 writel(val, driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()182 val = readl(driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()184 writel(val, driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()316 driver->idmdrd_rst_ctrl = devm_ioremap_resource(dev, res); in ns2_drd_phy_probe()317 if (IS_ERR(driver->idmdrd_rst_ctrl)) in ns2_drd_phy_probe()318 return PTR_ERR(driver->idmdrd_rst_ctrl); in ns2_drd_phy_probe()