Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c72 struct clk *ephy_clk; member
766 gmac->ephy_clk = of_clk_get(iphynode, 0); in get_ephy_nodes()
767 if (IS_ERR(gmac->ephy_clk)) in get_ephy_nodes()
800 ret = clk_prepare_enable(gmac->ephy_clk); in sun8i_dwmac_power_internal_phy()
814 clk_disable_unprepare(gmac->ephy_clk); in sun8i_dwmac_power_internal_phy()
828 clk_disable_unprepare(gmac->ephy_clk); in sun8i_dwmac_unpower_internal_phy()
1259 clk_put(gmac->ephy_clk); in sun8i_dwmac_probe()
1282 clk_put(gmac->ephy_clk); in sun8i_dwmac_remove()