Home
last modified time | relevance | path

Searched refs:stmmac_rst (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c54 struct reset_control *stmmac_rst; member
294 reset_control_assert(dwmac->stmmac_rst); in socfpga_gen5_set_phy_mode()
323 reset_control_deassert(dwmac->stmmac_rst); in socfpga_gen5_set_phy_mode()
350 reset_control_assert(dwmac->stmmac_rst); in socfpga_gen10_set_phy_mode()
376 reset_control_deassert(dwmac->stmmac_rst); in socfpga_gen10_set_phy_mode()
443 dwmac->stmmac_rst = stpriv->plat->stmmac_rst; in socfpga_dwmac_probe()
Dstmmac_platform.c609 plat->stmmac_rst = devm_reset_control_get_optional(&pdev->dev, in stmmac_probe_config_dt()
611 if (IS_ERR(plat->stmmac_rst)) { in stmmac_probe_config_dt()
612 ret = plat->stmmac_rst; in stmmac_probe_config_dt()
Dstmmac_main.c7386 if (priv->plat->stmmac_rst) { in stmmac_dvr_probe()
7387 ret = reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
7388 reset_control_deassert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
7393 reset_control_reset(priv->plat->stmmac_rst); in stmmac_dvr_probe()
7646 if (priv->plat->stmmac_rst) in stmmac_dvr_remove()
7647 reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_remove()
/Linux-v6.6/include/linux/
Dstmmac.h294 struct reset_control *stmmac_rst; member
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst464 struct reset_control *stmmac_rst;