Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A 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()
503 dwmac->stmmac_rst = stpriv->plat->stmmac_rst; in socfpga_dwmac_probe()
H A Dstmmac_main.c7416 if (priv->plat->stmmac_rst) { in stmmac_dvr_probe()
7417 ret = reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
7418 reset_control_deassert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
7423 reset_control_reset(priv->plat->stmmac_rst); in stmmac_dvr_probe()
7676 if (priv->plat->stmmac_rst) in stmmac_dvr_remove()
7677 reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_remove()
/linux/include/linux/
H A Dstmmac.h258 struct reset_control *stmmac_rst; member
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst464 struct reset_control *stmmac_rst;