Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c74 struct reset_control *rst_ephy; member
769 gmac->rst_ephy = of_reset_control_get_exclusive(iphynode, NULL); in get_ephy_nodes()
770 if (IS_ERR(gmac->rst_ephy)) { in get_ephy_nodes()
771 ret = PTR_ERR(gmac->rst_ephy); in get_ephy_nodes()
809 reset_control_assert(gmac->rst_ephy); in sun8i_dwmac_power_internal_phy()
811 ret = reset_control_deassert(gmac->rst_ephy); in sun8i_dwmac_power_internal_phy()
829 reset_control_assert(gmac->rst_ephy); in sun8i_dwmac_unpower_internal_phy()
1258 reset_control_put(gmac->rst_ephy); in sun8i_dwmac_probe()
1281 reset_control_put(gmac->rst_ephy); in sun8i_dwmac_remove()