Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c53 struct reset_control *stmmac_rst; member
282 reset_control_assert(dwmac->stmmac_rst); in socfpga_gen5_set_phy_mode()
308 reset_control_deassert(dwmac->stmmac_rst); in socfpga_gen5_set_phy_mode()
339 reset_control_assert(dwmac->stmmac_rst); in socfpga_gen10_set_phy_mode()
365 reset_control_deassert(dwmac->stmmac_rst); in socfpga_gen10_set_phy_mode()
436 dwmac->stmmac_rst = stpriv->plat->stmmac_rst; in socfpga_dwmac_probe()
Dstmmac_platform.c597 plat->stmmac_rst = devm_reset_control_get(&pdev->dev, in stmmac_probe_config_dt()
599 if (IS_ERR(plat->stmmac_rst)) { in stmmac_probe_config_dt()
600 if (PTR_ERR(plat->stmmac_rst) == -EPROBE_DEFER) in stmmac_probe_config_dt()
604 plat->stmmac_rst = NULL; in stmmac_probe_config_dt()
Dstmmac_main.c4476 if (priv->plat->stmmac_rst) { in stmmac_dvr_probe()
4477 ret = reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
4478 reset_control_deassert(priv->plat->stmmac_rst); in stmmac_dvr_probe()
4483 reset_control_reset(priv->plat->stmmac_rst); in stmmac_dvr_probe()
4696 if (priv->plat->stmmac_rst) in stmmac_dvr_remove()
4697 reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_remove()
/Linux-v5.4/include/linux/
Dstmmac.h173 struct reset_control *stmmac_rst; member