Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhisi_femac.c112 struct reset_control *mac_rst; member
695 reset_control_assert(priv->mac_rst); in hisi_femac_core_reset()
696 reset_control_deassert(priv->mac_rst); in hisi_femac_core_reset()
813 priv->mac_rst = devm_reset_control_get(dev, "mac"); in hisi_femac_drv_probe()
814 if (IS_ERR(priv->mac_rst)) { in hisi_femac_drv_probe()
815 ret = PTR_ERR(priv->mac_rst); in hisi_femac_drv_probe()