| * Low-level IRQ helper macros for Gemini platform. |
| * Copyright (C) 2001-2006 Storlink, Corp. |
| * Copyright (C) 2008-2009 Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
| * This file is licensed under the terms of the GNU General Public |
| * License version 2. This program is licensed "as is" without any |
| * warranty of any kind, whether express or implied. |
| #include <mach/hardware.h> |
| .macro get_irqnr_preamble, base, tmp |
| .macro get_irqnr_and_base, irqnr, irqstat, base, tmp |
| ldr \irqstat, =IO_ADDRESS(GEMINI_INTERRUPT_BASE + IRQ_STATUS) |