Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c72 struct clk *ephy_clk; member
797 gmac->ephy_clk = of_clk_get(iphynode, 0); in get_ephy_nodes()
798 if (IS_ERR(gmac->ephy_clk)) in get_ephy_nodes()
829 ret = clk_prepare_enable(gmac->ephy_clk); in sun8i_dwmac_power_internal_phy()
843 clk_disable_unprepare(gmac->ephy_clk); in sun8i_dwmac_power_internal_phy()
857 clk_disable_unprepare(gmac->ephy_clk); in sun8i_dwmac_unpower_internal_phy()
1289 clk_put(gmac->ephy_clk); in sun8i_dwmac_probe()
1311 clk_put(gmac->ephy_clk); in sun8i_dwmac_remove()