Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
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()
Dstmmac_platform.c610 plat->stmmac_rst = devm_reset_control_get(&pdev->dev, in stmmac_probe_config_dt()
612 if (IS_ERR(plat->stmmac_rst)) { in stmmac_probe_config_dt()
613 if (PTR_ERR(plat->stmmac_rst) == -EPROBE_DEFER) in stmmac_probe_config_dt()
617 plat->stmmac_rst = NULL; in stmmac_probe_config_dt()
Dstmmac_main.c5014 if (priv->plat->stmmac_rst) { in stmmac_dvr_probe()
5015 ret = reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
5016 reset_control_deassert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
5021 reset_control_reset(priv->plat->stmmac_rst); in stmmac_dvr_probe()
5246 if (priv->plat->stmmac_rst) in stmmac_dvr_remove()
5247 reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_remove()
/kernel/linux/linux-5.10/include/linux/
Dstmmac.h194 struct reset_control *stmmac_rst; member
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst464 struct reset_control *stmmac_rst;