Searched +full:pcie +full:- +full:apq8084 (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
| D | qcom,pcie.txt | 3 - compatible: 7 - "qcom,pcie-ipq8064" for ipq8064 8 - "qcom,pcie-ipq8064-v2" for ipq8064 rev 2 or ipq8065 9 - "qcom,pcie-apq8064" for apq8064 10 - "qcom,pcie-apq8084" for apq8084 11 - "qcom,pcie-msm8996" for msm8996 or apq8096 12 - "qcom,pcie-ipq4019" for ipq4019 13 - "qcom,pcie-ipq8074" for ipq8074 14 - "qcom,pcie-qcs404" for qcs404 15 - "qcom,pcie-sdm845" for sdm845 [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/drivers/clk/qcom/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 73 platforms such as apq8016, apq8084, msm8974 etc. 85 tristate "APQ8084 Global Clock Controller" 88 Support for the global clock controller on apq8084 devices. 90 i2c, USB, SD/eMMC, SATA, PCIe, etc. 93 tristate "APQ8084 Multimedia Clock Controller" 97 Support for the multimedia clock controller on apq8084 devices. 187 i2c, USB, SD/eMMC, SATA, PCIe, etc. 226 i2c, USB, SD/eMMC, SATA, PCIe, etc. 242 i2c, USB, UFS, SD/eMMC, PCIe, etc. [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/drivers/clk/qcom/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 92 platforms such as apq8016, apq8084, msm8974 etc. 104 tristate "APQ8084 Global Clock Controller" 108 Support for the global clock controller on apq8084 devices. 110 i2c, USB, SD/eMMC, SATA, PCIe, etc. 113 tristate "APQ8084 Multimedia Clock Controller" 118 Support for the multimedia clock controller on apq8084 devices. 256 i2c, USB, SD/eMMC, SATA, PCIe, etc. 307 i2c, USB, SD/eMMC, SATA, PCIe, etc. 325 i2c, USB, SD/eMMC, SATA, PCIe, etc. [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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> 31 #include "pcie-designware.h" 176 int (*get_resources)(struct qcom_pcie *pcie); 177 int (*init)(struct qcom_pcie *pcie); 178 int (*post_init)(struct qcom_pcie *pcie); 179 void (*deinit)(struct qcom_pcie *pcie); 180 void (*post_deinit)(struct qcom_pcie *pcie); [all …]
|
| /kernel/linux/linux-6.6/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" 218 int (*get_resources)(struct qcom_pcie *pcie); 219 int (*init)(struct qcom_pcie *pcie); 220 int (*post_init)(struct qcom_pcie *pcie); 221 void (*deinit)(struct qcom_pcie *pcie); [all …]
|