Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-socfpga.c53 struct reset_control *stmmac_rst; member
284 reset_control_assert(dwmac->stmmac_rst); in socfpga_gen5_set_phy_mode()
313 reset_control_deassert(dwmac->stmmac_rst); in socfpga_gen5_set_phy_mode()
344 reset_control_assert(dwmac->stmmac_rst); in socfpga_gen10_set_phy_mode()
370 reset_control_deassert(dwmac->stmmac_rst); in socfpga_gen10_set_phy_mode()
441 dwmac->stmmac_rst = stpriv->plat->stmmac_rst; in socfpga_dwmac_probe()
A Dstmmac_platform.c607 plat->stmmac_rst = devm_reset_control_get_optional(&pdev->dev, in stmmac_probe_config_dt()
609 if (IS_ERR(plat->stmmac_rst)) { in stmmac_probe_config_dt()
610 ret = plat->stmmac_rst; in stmmac_probe_config_dt()
A Dstmmac_main.c6897 if (priv->plat->stmmac_rst) { in stmmac_dvr_probe()
6898 ret = reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
6899 reset_control_deassert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
6904 reset_control_reset(priv->plat->stmmac_rst); in stmmac_dvr_probe()
7151 if (priv->plat->stmmac_rst) in stmmac_dvr_remove()
7152 reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_remove()
/linux/include/linux/
A Dstmmac.h244 struct reset_control *stmmac_rst; member
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
A Dstmmac.rst464 struct reset_control *stmmac_rst;

Completed in 28 milliseconds