Searched refs:stmmac_ahb_rst (Results 1 – 3 of 3) sorted by relevance
638 plat->stmmac_ahb_rst = devm_reset_control_get_optional_shared( in stmmac_probe_config_dt()640 if (IS_ERR(plat->stmmac_ahb_rst)) { in stmmac_probe_config_dt()641 ret = plat->stmmac_ahb_rst; in stmmac_probe_config_dt()
7460 ret = reset_control_deassert(priv->plat->stmmac_ahb_rst); in stmmac_dvr_probe()7715 reset_control_assert(priv->plat->stmmac_ahb_rst); in stmmac_dvr_remove()
296 struct reset_control *stmmac_ahb_rst; member