Searched refs:rst_ephy (Results 1 – 1 of 1) sorted by relevance
73 struct reset_control *rst_ephy; member736 gmac->rst_ephy = of_reset_control_get_exclusive(iphynode, NULL); in get_ephy_nodes()737 if (IS_ERR(gmac->rst_ephy)) { in get_ephy_nodes()738 ret = PTR_ERR(gmac->rst_ephy); in get_ephy_nodes()776 reset_control_assert(gmac->rst_ephy); in sun8i_dwmac_power_internal_phy()778 ret = reset_control_deassert(gmac->rst_ephy); in sun8i_dwmac_power_internal_phy()796 reset_control_assert(gmac->rst_ephy); in sun8i_dwmac_unpower_internal_phy()997 reset_control_put(gmac->rst_ephy); in sun8i_dwmac_exit()