Path: blob/master/arch/arm/mach-loki/include/mach/irqs.h
15162 views
/*1* arch/arm/mach-loki/include/mach/irqs.h2*3* IRQ definitions for Marvell Loki (88RC8480) SoCs4*5* This file is licensed under the terms of the GNU General Public6* License version 2. This program is licensed "as is" without any7* warranty of any kind, whether express or implied.8*/910#ifndef __ASM_ARCH_IRQS_H11#define __ASM_ARCH_IRQS_H1213#include "loki.h" /* need GPIO_MAX */1415/*16* Interrupt Controller17*/18#define IRQ_LOKI_PCIE_A_CPU_DRBL 019#define IRQ_LOKI_CPU_PCIE_A_DRBL 120#define IRQ_LOKI_PCIE_B_CPU_DRBL 221#define IRQ_LOKI_CPU_PCIE_B_DRBL 322#define IRQ_LOKI_COM_A_ERR 623#define IRQ_LOKI_COM_A_IN 724#define IRQ_LOKI_COM_A_OUT 825#define IRQ_LOKI_COM_B_ERR 926#define IRQ_LOKI_COM_B_IN 1027#define IRQ_LOKI_COM_B_OUT 1128#define IRQ_LOKI_DMA_A 1229#define IRQ_LOKI_DMA_B 1330#define IRQ_LOKI_SAS_A 1431#define IRQ_LOKI_SAS_B 1532#define IRQ_LOKI_DDR 1633#define IRQ_LOKI_XOR 1734#define IRQ_LOKI_BRIDGE 1835#define IRQ_LOKI_PCIE_A_ERR 2036#define IRQ_LOKI_PCIE_A_INT 2137#define IRQ_LOKI_PCIE_B_ERR 2238#define IRQ_LOKI_PCIE_B_INT 2339#define IRQ_LOKI_GBE_A_INT 2440#define IRQ_LOKI_GBE_B_INT 2541#define IRQ_LOKI_DEV_ERR 2642#define IRQ_LOKI_UART0 2743#define IRQ_LOKI_UART1 2844#define IRQ_LOKI_TWSI 2945#define IRQ_LOKI_GPIO_23_0 3046#define IRQ_LOKI_GPIO_25_24 314748/*49* Loki General Purpose Pins50*/51#define IRQ_LOKI_GPIO_START 3252#define NR_GPIO_IRQS GPIO_MAX5354#define NR_IRQS (IRQ_LOKI_GPIO_START + NR_GPIO_IRQS)555657#endif585960