Home
last modified time | relevance | path

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

/openbmc/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()
831 ret = clk_prepare_enable(gmac->ephy_clk); in sun8i_dwmac_power_internal_phy()
845 clk_disable_unprepare(gmac->ephy_clk); in sun8i_dwmac_power_internal_phy()
859 clk_disable_unprepare(gmac->ephy_clk); in sun8i_dwmac_unpower_internal_phy()
1291 clk_put(gmac->ephy_clk); in sun8i_dwmac_probe()
1315 clk_put(gmac->ephy_clk); in sun8i_dwmac_remove()