Searched +full:pcie +full:- +full:sa8255p (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/pci/qcom,pcie-sa8255p.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm SA8255p based firmware managed and ECAM compliant PCIe Root Complex10 - Bjorn Andersson <andersson@kernel.org>11 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>14 Qualcomm SA8255p SoC PCIe root complex controller is based on the Synopsys15 DesignWare PCIe IP which is managed by firmware, and configured in ECAM mode.19 const: qcom,pcie-sa8255p[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Qualcomm PCIe root complex driver5 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.8 * Author: Stanimir Varbanov <svarbanov@mm-sol.com>26 #include <linux/pci-ecam.h>30 #include <linux/phy/pcie.h>39 #include "../pci-host-common.h"40 #include "pcie-designware.h"41 #include "pcie-qcom-common.h"247 int (*get_resources)(struct qcom_pcie *pcie);[all …]