Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/controller/dwc/
Dpci-imx6.c69 struct clk *pcie_inbound_axi; member
433 ret = clk_prepare_enable(imx6_pcie->pcie_inbound_axi); in imx6_pcie_enable_ref_clk()
955 clk_disable_unprepare(imx6_pcie->pcie_inbound_axi); in imx6_pcie_clk_disable()
1097 imx6_pcie->pcie_inbound_axi = devm_clk_get(dev, in imx6_pcie_probe()
1099 if (IS_ERR(imx6_pcie->pcie_inbound_axi)) { in imx6_pcie_probe()
1101 return PTR_ERR(imx6_pcie->pcie_inbound_axi); in imx6_pcie_probe()
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Dfsl,imx6q-pcie.txt44 - "pcie_inbound_axi"
/Linux-v5.4/arch/arm/boot/dts/
Dimx6sx.dtsi1389 clock-names = "pcie", "pcie_bus", "pcie_phy", "pcie_inbound_axi";