2 * Low-level IRQ helper macros for Freescale STMP378X
4 * Embedded Alley Solutions, Inc <source@embeddedalley.com>
6 * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.
7 * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
11 * The code contained herein is licensed under the GNU General Public
12 * License. You may obtain a copy of the GNU General Public License
13 * Version 2 or later at the following locations:
15 * http://www.opensource.org/licenses/gpl-license.html
16 * http://www.gnu.org/copyleft/gpl.html
22 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
24 mov \base, #0xf0000000 @ vm address of IRQ controller
25 ldr \irqnr, [\base, #0x70] @ HW_ICOLL_STAT
27 moveqs \irqnr, #0 @ Zero flag set for no IRQ
31 .macro get_irqnr_preamble, base, tmp
34 .macro arch_ret_to_user, tmp1, tmp2