Searched refs:stmmac_rst (Results 1 – 4 of 4) sorted by relevance
53 struct reset_control *stmmac_rst; member282 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()
597 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()
4476 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()
173 struct reset_control *stmmac_rst; member