Searched +full:gic +full:- +full:v2m +full:- +full:frame (Results  1 – 6 of 6) sorted by relevance
| /linux/arch/arm64/boot/dts/broadcom/northstar2/ | 
| H A D | ns2.dtsi | 35 #include <dt-bindings/interrupt-controller/arm-gic.h> 36 #include <dt-bindings/clock/bcm-ns2.h> 40 	interrupt-parent = <&gic>; 41 	#address-cells = <2>; 42 	#size-cells = <2>; 45 		#address-cells = <2>; 46 		#size-cells = <0>; 50 			compatible = "arm,cortex-a57"; 52 			enable-method = "psci"; 53 			next-level-cache = <&CLUSTER0_L2>; [all …] 
 | 
| /linux/arch/arm64/boot/dts/marvell/ | 
| H A D | armada-ap80x.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/thermal/thermal.h> 11 /dts-v1/; 14 	#address-cells = <2>; 15 	#size-cells = <2>; 25 		compatible = "arm,psci-0.2"; 29 	reserved-memory { 30 		#address-cells = <2>; 31 		#size-cells = <2>; [all …] 
 | 
| /linux/drivers/irqchip/ | 
| H A D | irq-gic-v2m.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3  * ARM GIC v2m MSI(-X) support 26 #include <linux/irqchip/arm-gic.h> 27 #include <linux/irqchip/arm-gic-common.h> 29 #include <linux/irqchip/irq-msi-lib.h> 52 /* APM X-Gene with GICv2m MSI_IIDR register value */ 58 /* List of flags for specific v2m implementation */ 74 	u32 flags;		/* v2m flags for specific implementation */ 77 static phys_addr_t gicv2m_get_msi_addr(struct v2m_data *v2m, int hwirq)  in gicv2m_get_msi_addr()  argument 79 	if (v2m->flags & GICV2M_GRAVITON_ADDRESS_ONLY)  in gicv2m_get_msi_addr() [all …] 
 | 
| /linux/arch/arm64/boot/dts/arm/ | 
| H A D | juno-base.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "juno-clocks.dtsi" 3 #include "juno-motherboard.dtsi" 11 		compatible = "arm,armv7-timer-mem"; 13 		#address-cells = <1>; 14 		#size-cells = <1>; 17 		frame@2a830000 { 18 			frame-number = <1>; 30 		#mbox-cells = <1>; 32 		clock-names = "apb_pclk"; [all …] 
 | 
| /linux/arch/arm64/boot/dts/amd/ | 
| H A D | amd-seattle-soc.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 10 	interrupt-parent = <&gic0>; 11 	#address-cells = <2>; 12 	#size-cells = <2>; 14 	/include/ "amd-seattle-clks.dtsi" 16 	gic0: interrupt-controller@e1101000 { 17 		compatible = "arm,gic-400", "arm,cortex-a15-gic"; 18 		interrupt-controller; 19 		#interrupt-cells = <3>; 20 		#address-cells = <2>; [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 …] 
 |