Searched refs:stmmac_rst (Results 1 – 4 of 4) sorted by relevance
57 struct reset_control *stmmac_rst; member267 reset_control_assert(dwmac->stmmac_rst); in socfpga_dwmac_set_phy_mode()293 reset_control_deassert(dwmac->stmmac_rst); in socfpga_dwmac_set_phy_mode()357 dwmac->stmmac_rst = stpriv->plat->stmmac_rst; in socfpga_dwmac_probe()
558 plat->stmmac_rst = devm_reset_control_get(&pdev->dev, in stmmac_probe_config_dt()560 if (IS_ERR(plat->stmmac_rst)) { in stmmac_probe_config_dt()561 if (PTR_ERR(plat->stmmac_rst) == -EPROBE_DEFER) in stmmac_probe_config_dt()565 plat->stmmac_rst = NULL; in stmmac_probe_config_dt()
4268 if (priv->plat->stmmac_rst) { in stmmac_dvr_probe()4269 ret = reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_probe()4270 reset_control_deassert(priv->plat->stmmac_rst); in stmmac_dvr_probe()4275 reset_control_reset(priv->plat->stmmac_rst); in stmmac_dvr_probe()4437 if (priv->plat->stmmac_rst) in stmmac_dvr_remove()4438 reset_control_assert(priv->plat->stmmac_rst); in stmmac_dvr_remove()
187 struct reset_control *stmmac_rst; member