Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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()