Searched refs:stmmac_ahb_rst (Results 1 – 3 of 3) sorted by relevance
614 plat->stmmac_ahb_rst = devm_reset_control_get_optional_shared( in stmmac_probe_config_dt()616 if (IS_ERR(plat->stmmac_ahb_rst)) { in stmmac_probe_config_dt()617 ret = plat->stmmac_ahb_rst; in stmmac_probe_config_dt()
7130 ret = reset_control_deassert(priv->plat->stmmac_ahb_rst); in stmmac_dvr_probe()7373 reset_control_assert(priv->plat->stmmac_ahb_rst); in stmmac_dvr_remove()
247 struct reset_control *stmmac_ahb_rst; member