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()313 driver->idmdrd_rst_ctrl = devm_platform_ioremap_resource_byname(pdev, "rst-ctrl"); in ns2_drd_phy_probe()314 if (IS_ERR(driver->idmdrd_rst_ctrl)) in ns2_drd_phy_probe()315 return PTR_ERR(driver->idmdrd_rst_ctrl); in ns2_drd_phy_probe()