Home
last modified time | relevance | path

Searched refs:apb_phy_clk (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-kirin.c88 struct clk *apb_phy_clk; member
132 kirin_pcie->apb_phy_clk = devm_clk_get(dev, "pcie_apb_phy"); in kirin_pcie_get_clk()
133 if (IS_ERR(kirin_pcie->apb_phy_clk)) in kirin_pcie_get_clk()
134 return PTR_ERR(kirin_pcie->apb_phy_clk); in kirin_pcie_get_clk()
235 ret = clk_prepare_enable(kirin_pcie->apb_phy_clk); in kirin_pcie_clk_ctrl()
254 clk_disable_unprepare(kirin_pcie->apb_phy_clk); in kirin_pcie_clk_ctrl()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A Dpcie-kirin.c132 struct clk *apb_phy_clk; member
163 phy->apb_phy_clk = devm_clk_get(dev, "pcie_apb_phy"); in hi3660_pcie_phy_get_clk()
164 if (IS_ERR(phy->apb_phy_clk)) in hi3660_pcie_phy_get_clk()
165 return PTR_ERR(phy->apb_phy_clk); in hi3660_pcie_phy_get_clk()
258 ret = clk_prepare_enable(phy->apb_phy_clk); in hi3660_pcie_phy_clk_ctrl()
277 clk_disable_unprepare(phy->apb_phy_clk); in hi3660_pcie_phy_clk_ctrl()
/kernel/linux/linux-6.6/drivers/phy/hisilicon/
H A Dphy-hi3670-pcie.c160 struct clk *apb_phy_clk; member
609 ret = clk_prepare_enable(phy->apb_phy_clk); in kirin_pcie_clk_ctrl()
628 clk_disable_unprepare(phy->apb_phy_clk); in kirin_pcie_clk_ctrl()
772 phy->apb_phy_clk = devm_clk_get(dev, "apb_phy"); in hi3670_pcie_phy_get_resources()
773 if (IS_ERR(phy->apb_phy_clk)) in hi3670_pcie_phy_get_resources()
774 return PTR_ERR(phy->apb_phy_clk); in hi3670_pcie_phy_get_resources()

Completed in 4 milliseconds