Path: blob/master/arch/arm/mach-iop32x/include/mach/irqs.h
17687 views
/*1* arch/arm/mach-iop32x/include/mach/irqs.h2*3* Author: Rory Bolt <[email protected]>4* Copyright: (C) 2002 Rory Bolt5*6* This program is free software; you can redistribute it and/or modify7* it under the terms of the GNU General Public License version 2 as8* published by the Free Software Foundation.9*/1011#ifndef __IRQS_H12#define __IRQS_H1314/*15* IOP80321 chipset interrupts16*/17#define IRQ_IOP32X_DMA0_EOT 018#define IRQ_IOP32X_DMA0_EOC 119#define IRQ_IOP32X_DMA1_EOT 220#define IRQ_IOP32X_DMA1_EOC 321#define IRQ_IOP32X_AA_EOT 622#define IRQ_IOP32X_AA_EOC 723#define IRQ_IOP32X_CORE_PMON 824#define IRQ_IOP32X_TIMER0 925#define IRQ_IOP32X_TIMER1 1026#define IRQ_IOP32X_I2C_0 1127#define IRQ_IOP32X_I2C_1 1228#define IRQ_IOP32X_MESSAGING 1329#define IRQ_IOP32X_ATU_BIST 1430#define IRQ_IOP32X_PERFMON 1531#define IRQ_IOP32X_CORE_PMU 1632#define IRQ_IOP32X_BIU_ERR 1733#define IRQ_IOP32X_ATU_ERR 1834#define IRQ_IOP32X_MCU_ERR 1935#define IRQ_IOP32X_DMA0_ERR 2036#define IRQ_IOP32X_DMA1_ERR 2137#define IRQ_IOP32X_AA_ERR 2338#define IRQ_IOP32X_MSG_ERR 2439#define IRQ_IOP32X_SSP 2540#define IRQ_IOP32X_XINT0 2741#define IRQ_IOP32X_XINT1 2842#define IRQ_IOP32X_XINT2 2943#define IRQ_IOP32X_XINT3 3044#define IRQ_IOP32X_HPI 314546#define NR_IRQS 32474849#endif505152