Searched refs:idmdrd_rst_ctrl (Results 1 – 1 of 1) sorted by relevance
62 void __iomem *idmdrd_rst_ctrl; member156 val = readl(driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()158 writel(val, driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()187 val = readl(driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()189 writel(val, driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()321 driver->idmdrd_rst_ctrl = devm_ioremap_resource(dev, res); in ns2_drd_phy_probe()322 if (IS_ERR(driver->idmdrd_rst_ctrl)) in ns2_drd_phy_probe()323 return PTR_ERR(driver->idmdrd_rst_ctrl); in ns2_drd_phy_probe()