Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/devicetree/bindings/net/
Dsnps,dwc-qos-ethernet.txt8 - clock-names: Should be "phy_ref_clk" for the reference clock and "apb_pclk"
47 clock-names = "phy_ref_clk", "apb_pclk";
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c587 struct clk *phy_ref_clk; member
2888 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()