Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sun8i.c72 struct clk *ephy_clk; member
798 gmac->ephy_clk = of_clk_get(iphynode, 0); in get_ephy_nodes()
799 if (IS_ERR(gmac->ephy_clk)) in get_ephy_nodes()
832 ret = clk_prepare_enable(gmac->ephy_clk); in sun8i_dwmac_power_internal_phy()
846 clk_disable_unprepare(gmac->ephy_clk); in sun8i_dwmac_power_internal_phy()
860 clk_disable_unprepare(gmac->ephy_clk); in sun8i_dwmac_unpower_internal_phy()
1290 clk_put(gmac->ephy_clk); in sun8i_dwmac_probe()
1314 clk_put(gmac->ephy_clk); in sun8i_dwmac_remove()