Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhix5hd2_gmac.c267 struct reset_control *mac_ifc_rst; member
277 if (!priv->mac_ifc_rst) in hix5hd2_mac_interface_reset()
280 reset_control_assert(priv->mac_ifc_rst); in hix5hd2_mac_interface_reset()
281 reset_control_deassert(priv->mac_ifc_rst); in hix5hd2_mac_interface_reset()
1160 priv->mac_ifc_rst = devm_reset_control_get(dev, "mac_ifc"); in hix5hd2_dev_probe()
1161 if (IS_ERR(priv->mac_ifc_rst)) in hix5hd2_dev_probe()
1162 priv->mac_ifc_rst = NULL; in hix5hd2_dev_probe()