Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-kirin.c89 struct clk *phy_ref_clk; member
124 kirin_pcie->phy_ref_clk = devm_clk_get(dev, "pcie_phy_ref"); in kirin_pcie_get_clk()
125 if (IS_ERR(kirin_pcie->phy_ref_clk)) in kirin_pcie_get_clk()
126 return PTR_ERR(kirin_pcie->phy_ref_clk); in kirin_pcie_get_clk()
228 ret = clk_set_rate(kirin_pcie->phy_ref_clk, REF_CLK_FREQ); in kirin_pcie_clk_ctrl()
232 ret = clk_prepare_enable(kirin_pcie->phy_ref_clk); in kirin_pcie_clk_ctrl()
263 clk_disable_unprepare(kirin_pcie->phy_ref_clk); in kirin_pcie_clk_ctrl()
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dsocionext-netsec.txt10 - clock-names: Should be "phy_ref_clk"
40 clock-names = "phy_ref_clk";
Dsnps,dwc-qos-ethernet.txt52 - "phy_ref_clk"
84 - "phy_ref_clk"
138 clock-names = "phy_ref_clk", "apb_pclk";