Searched refs:phy_ref_clk (Results 1 – 2 of 2) sorted by relevance
8 - clock-names: Should be "phy_ref_clk" for the reference clock and "apb_pclk"47 clock-names = "phy_ref_clk", "apb_pclk";
587 struct clk *phy_ref_clk; member2888 lp->phy_ref_clk = devm_clk_get(&pdev->dev, "phy_ref_clk"); in dwceqos_probe()2889 if (IS_ERR(lp->phy_ref_clk)) { in dwceqos_probe()2891 ret = PTR_ERR(lp->phy_ref_clk); in dwceqos_probe()2895 ret = clk_prepare_enable(lp->phy_ref_clk); in dwceqos_probe()2967 clk_disable_unprepare(lp->phy_ref_clk); in dwceqos_probe()2995 clk_disable_unprepare(lp->phy_ref_clk); in dwceqos_remove()