Home
last modified time | relevance | path

Searched +full:sdx55 +full:- +full:pcie +full:- +full:ep (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/pci/
Dqcom,pcie-ep.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/qcom,pcie-ep.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm PCIe Endpoint Controller binding
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
15 - qcom,sdx55-pcie-ep
16 - qcom,sm8450-pcie-ep
20 - description: Qualcomm-specific PARF configuration registers
21 - description: DesignWare PCIe registers
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dqcom-sdx55.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * SDX55 SoC device tree source
9 #include <dt-bindings/clock/qcom,gcc-sdx55.h>
10 #include <dt-bindings/clock/qcom,rpmh.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interconnect/qcom,sdx55.h>
13 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 #include <dt-bindings/power/qcom-rpmpd.h>
15 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
18 #address-cells = <1>;
[all …]
/Linux-v6.1/drivers/pci/controller/dwc/
Dpcie-qcom-ep.c1 // SPDX-License-Identifier: GPL-2.0
3 * Qualcomm PCIe Endpoint controller driver
24 #include "pcie-designware.h"
135 #define to_pcie_ep(x) dev_get_drvdata((x)->dev)
145 * struct qcom_pcie_ep - Qualcomm PCIe Endpoint Controller
146 * @pci: Designware PCIe controller struct
147 * @parf: Qualcomm PCIe specific PARF register base
148 * @elbi: Designware PCIe specific ELBI register base
152 * @core_reset: PCIe Endpoint core reset
156 * @debugfs: PCIe Endpoint Debugfs directory
[all …]