Searched +full:pcie +full:- +full:apq8084 (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/clock/ |
D | qcom,gcc-apq8084.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,gcc-apq8084.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Global Clock & Reset Controller on APQ8084 10 - Stephen Boyd <sboyd@kernel.org> 11 - Taniya Das <quic_tdas@quicinc.com> 15 domains on APQ8084. 18 include/dt-bindings/clock/qcom,gcc-apq8084.h 19 include/dt-bindings/reset/qcom,gcc-apq8084.h [all …]
|
/linux-6.8/Documentation/devicetree/bindings/pci/ |
D | qcom,pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/qcom,pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 11 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 14 Qualcomm PCIe root complex controller is based on the Synopsys DesignWare 15 PCIe IP. 20 - enum: 21 - qcom,pcie-apq8064 [all …]
|
/linux-6.8/drivers/clk/qcom/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 31 USB, UFS, SD/eMMC, PCIe, etc. 102 platforms such as apq8016, apq8084, msm8974 etc. 114 tristate "APQ8084 Global Clock Controller" 118 Support for the global clock controller on apq8084 devices. 120 i2c, USB, SD/eMMC, SATA, PCIe, etc. 123 tristate "APQ8084 Multimedia Clock Controller" 128 Support for the multimedia clock controller on apq8084 devices. 266 i2c, USB, SD/eMMC, SATA, PCIe, etc. 317 i2c, USB, SD/eMMC, SATA, PCIe, etc. [all …]
|
/linux-6.8/arch/arm/boot/dts/qcom/ |
D | qcom-apq8084.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/clock/qcom,gcc-apq8084.h> 6 #include <dt-bindings/gpio/gpio.h> 9 #address-cells = <1>; 10 #size-cells = <1>; 12 compatible = "qcom,apq8084"; 13 interrupt-parent = <&intc>; 15 reserved-memory { [all …]
|
/linux-6.8/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Qualcomm PCIe root complex driver 5 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. 8 * Author: Stanimir Varbanov <svarbanov@mm-sol.com> 27 #include <linux/phy/pcie.h> 35 #include "pcie-designware.h" 221 int (*get_resources)(struct qcom_pcie *pcie); 222 int (*init)(struct qcom_pcie *pcie); 223 int (*post_init)(struct qcom_pcie *pcie); 224 void (*host_post_init)(struct qcom_pcie *pcie); [all …]
|