Searched refs:idmdrd_rst_ctrl (Results 1 – 1 of 1) sorted by relevance
53 void __iomem *idmdrd_rst_ctrl; member141 val = readl(driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()143 writel(val, driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()172 val = readl(driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()174 writel(val, driver->idmdrd_rst_ctrl); in ns2_drd_phy_poweron()303 driver->idmdrd_rst_ctrl = devm_platform_ioremap_resource_byname(pdev, "rst-ctrl"); in ns2_drd_phy_probe()304 if (IS_ERR(driver->idmdrd_rst_ctrl)) in ns2_drd_phy_probe()305 return PTR_ERR(driver->idmdrd_rst_ctrl); in ns2_drd_phy_probe()
Completed in 4 milliseconds