Home
last modified time | relevance | path

Searched refs:mac_core_rst (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhix5hd2_gmac.c266 struct reset_control *mac_core_rst; member
1051 if (!priv->mac_core_rst) in hix5hd2_mac_core_reset()
1054 reset_control_assert(priv->mac_core_rst); in hix5hd2_mac_core_reset()
1055 reset_control_deassert(priv->mac_core_rst); in hix5hd2_mac_core_reset()
1155 priv->mac_core_rst = devm_reset_control_get(dev, "mac_core"); in hix5hd2_dev_probe()
1156 if (IS_ERR(priv->mac_core_rst)) in hix5hd2_dev_probe()
1157 priv->mac_core_rst = NULL; in hix5hd2_dev_probe()