Home
last modified time | relevance | path

Searched refs:idmdrd_rst_ctrl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/broadcom/
H A Dphy-bcm-ns2-usbdrd.c63 void __iomem *idmdrd_rst_ctrl; member
151 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()
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H A Dphy-bcm-ns2-usbdrd.c53 void __iomem *idmdrd_rst_ctrl; member
141 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 2 milliseconds