1*6a0abce4SKuninori Morimoto /* SPDX-License-Identifier: GPL-2.0 */ 27639a454SPaul Mundt #ifndef __ASM_SH_LBOXRE2_H 37639a454SPaul Mundt #define __ASM_SH_LBOXRE2_H 47639a454SPaul Mundt 57639a454SPaul Mundt /* 67639a454SPaul Mundt * Copyright (C) 2007 Nobuhiro Iwamatsu 77639a454SPaul Mundt * 87639a454SPaul Mundt * NTT COMWARE L-BOX RE2 support 97639a454SPaul Mundt */ 1058796ce6SPaul Mundt #include <linux/sh_intc.h> 117639a454SPaul Mundt 1258796ce6SPaul Mundt #define IRQ_CF1 evt2irq(0x320) /* CF1 */ 1358796ce6SPaul Mundt #define IRQ_CF0 evt2irq(0x340) /* CF0 */ 1458796ce6SPaul Mundt #define IRQ_INTD evt2irq(0x360) /* INTD */ 1558796ce6SPaul Mundt #define IRQ_ETH1 evt2irq(0x380) /* Ether1 */ 1658796ce6SPaul Mundt #define IRQ_ETH0 evt2irq(0x3a0) /* Ether0 */ 1758796ce6SPaul Mundt #define IRQ_INTA evt2irq(0x3c0) /* INTA */ 187639a454SPaul Mundt 197639a454SPaul Mundt void init_lboxre2_IRQ(void); 207639a454SPaul Mundt 217639a454SPaul Mundt #define __IO_PREFIX lboxre2 227639a454SPaul Mundt #include <asm/io_generic.h> 237639a454SPaul Mundt 247639a454SPaul Mundt #endif /* __ASM_SH_LBOXRE2_H */ 25