Searched +full:bcm2711 +full:- +full:pcie (Results  1 – 6 of 6) sorted by relevance
| /linux/arch/arm/boot/dts/broadcom/ | 
| H A D | bcm2711.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/soc/bcm2835-pm.h> 8 	compatible = "brcm,bcm2711"; 10 	#address-cells = <2>; 11 	#size-cells = <1>; 13 	interrupt-parent = <&gicv2>; 16 		compatible = "brcm,bcm2711-vc5"; 20 	clk_27MHz: clk-27M { 21 		#clock-cells = <0>; [all …] 
 | 
| /linux/Documentation/devicetree/bindings/pci/ | 
| H A D | brcm,stb-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/brcm,stb-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Brcmstb PCIe Host Controller 10   - Jim Quinlan <james.quinlan@broadcom.com> 15       - enum: 16           - brcm,bcm2711-pcie # The Raspberry Pi 4 17           - brcm,bcm2712-pcie # Raspberry Pi 5 18           - brcm,bcm4908-pcie [all …] 
 | 
| /linux/drivers/pci/controller/ | 
| H A D | pcie-brcmstb.c | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Copyright (C) 2009 - 2019 Broadcom */ 15 #include <linux/irqchip/irq-msi-lib.h> 27 #include <linux/pci-ecam.h> 38 /* BRCM_PCIE_CAP_REGS - Offset for the mandatory capability config regs */ 41 /* Broadcom STB PCIe Register Offsets */ 166 /* PCIe parameters */ 171 #define BRCM_INT_PCI_MSI_MASK		GENMASK(BRCM_INT_PCI_MSI_NR - 1, 0) 173 						32 - BRCM_INT_PCI_MSI_LEGACY_NR) 201 #define IDX_ADDR(pcie)			((pcie)->cfg->offsets[EXT_CFG_INDEX])  argument [all …] 
 | 
| /linux/arch/arm/mach-bcm/ | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 63 	  Ethernet PHYs, DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and 146 	  can be disabled for an SMP-enabled kernel. 165 	  This enables support for the Broadcom BCM2711 and BCM283x SoCs. 174 	  BCM53573 series is set of SoCs using ARM Cortex-A7 CPUs with wireless 196 	  Say Y if you intend to run the kernel on a Broadcom ARM-based STB 199 	  This enables support for Broadcom ARM-based set-top box chipsets, 209 	  Say Y if you intend to run the kernel on a Broadcom Broadband ARM-based 212 	  This enables support for Broadcom BCA ARM-based broadband chipsets, 220 	bool "Cortex-A7 SoCs" [all …] 
 | 
| /linux/drivers/usb/host/ | 
| H A D | pci-quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 4  * Some of it includes work-arounds for PCI hardware and BIOS quirks. 5  * It may need to run early during booting -- before USB would normally 6  * initialize -- to ensure that Linux doesn't use any legacy modes. 22 #include "pci-quirks.h" 23 #include "xhci-ext-caps.h" 146  * amd_chipset_sb_type_init - initialize amd chipset southbridge type 156 	pinfo->sb_type.gen = AMD_CHIPSET_UNKNOWN;  in amd_chipset_sb_type_init() 158 	pinfo->smbus_dev = pci_get_device(PCI_VENDOR_ID_ATI,  in amd_chipset_sb_type_init() 160 	if (pinfo->smbus_dev) {  in amd_chipset_sb_type_init() [all …] 
 | 
| /linux/ | 
| H A D | MAINTAINERS | 5 --------------------------------------------------- 21 	W: *Web-page* with status/info 23 	B: URI for where to file *bugs*. A web-page with detailed bug 28 	   patches to the given subsystem. This is either an in-tree file, 29 	   or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 	   N:	[^a-z]tegra	all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L:	linux-scsi@vger.kernel.org 88 F:	drivers/scsi/3w-* [all …] 
 |