ephy_clk           71 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 	struct clk *ephy_clk;
ephy_clk          733 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 		gmac->ephy_clk = of_clk_get(iphynode, 0);
ephy_clk          734 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 		if (IS_ERR(gmac->ephy_clk))
ephy_clk          767 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 	ret = clk_prepare_enable(gmac->ephy_clk);
ephy_clk          781 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 		clk_disable_unprepare(gmac->ephy_clk);
ephy_clk          795 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 	clk_disable_unprepare(gmac->ephy_clk);