Searched refs:stmmac_rst (Results 1 – 4 of 4) sorted by relevance
54 struct reset_control *stmmac_rst; member294 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()
632 plat->stmmac_rst = devm_reset_control_get_optional(&pdev->dev, in stmmac_probe_config_dt()634 if (IS_ERR(plat->stmmac_rst)) { in stmmac_probe_config_dt()635 ret = plat->stmmac_rst; in stmmac_probe_config_dt()
7495 if (priv->plat->stmmac_rst) { in stmmac_dvr_probe()7496 ret = reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_probe()7497 reset_control_deassert(priv->plat->stmmac_rst); in stmmac_dvr_probe()7502 reset_control_reset(priv->plat->stmmac_rst); in stmmac_dvr_probe()7755 if (priv->plat->stmmac_rst) in stmmac_dvr_remove()7756 reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_remove()
464 struct reset_control *stmmac_rst;