mac_core_rst      266 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	struct reset_control *mac_core_rst;
mac_core_rst     1051 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	if (!priv->mac_core_rst)
mac_core_rst     1054 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	reset_control_assert(priv->mac_core_rst);
mac_core_rst     1055 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	reset_control_deassert(priv->mac_core_rst);
mac_core_rst     1156 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	priv->mac_core_rst = devm_reset_control_get(dev, "mac_core");
mac_core_rst     1157 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 	if (IS_ERR(priv->mac_core_rst))
mac_core_rst     1158 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c 		priv->mac_core_rst = NULL;