Path: blob/master/arch/arm/mach-nuc93x/include/mach/regs-irq.h
17751 views
/*1* arch/arm/mach-nuc93x/include/mach/regs-irq.h2*3* Copyright (c) 2008 Nuvoton technology corporation4* All rights reserved.5*6* Wan ZongShun <[email protected]>7*8* This program is free software; you can redistribute it and/or modify9* it under the terms of the GNU General Public License as published by10* the Free Software Foundation; either version 2 of the License, or11* (at your option) any later version.12*13*/1415#ifndef ___ASM_ARCH_REGS_IRQ_H16#define ___ASM_ARCH_REGS_IRQ_H1718/* Advance Interrupt Controller (AIC) Registers */1920#define AIC_BA NUC93X_VA_IRQ2122#define REG_AIC_IRQSC (AIC_BA+0x80)23#define REG_AIC_GEN (AIC_BA+0x84)24#define REG_AIC_GASR (AIC_BA+0x88)25#define REG_AIC_GSCR (AIC_BA+0x8C)26#define REG_AIC_IRSR (AIC_BA+0x100)27#define REG_AIC_IASR (AIC_BA+0x104)28#define REG_AIC_ISR (AIC_BA+0x108)29#define REG_AIC_IPER (AIC_BA+0x10C)30#define REG_AIC_ISNR (AIC_BA+0x110)31#define REG_AIC_IMR (AIC_BA+0x114)32#define REG_AIC_OISR (AIC_BA+0x118)33#define REG_AIC_MECR (AIC_BA+0x120)34#define REG_AIC_MDCR (AIC_BA+0x124)35#define REG_AIC_SSCR (AIC_BA+0x128)36#define REG_AIC_SCCR (AIC_BA+0x12C)37#define REG_AIC_EOSCR (AIC_BA+0x130)38#define AIC_IPER (0x10C)39#define AIC_ISNR (0x110)4041#endif /* ___ASM_ARCH_REGS_IRQ_H */424344