Home
last modified time | relevance | path

Searched refs:DB1300_FIRST_INT (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/mips/include/asm/mach-db1x00/
Ddb1300.h9 #define DB1300_FIRST_INT (ALCHEMY_GPIC_INT_LAST + 1) macro
10 #define DB1300_IDE_INT (DB1300_FIRST_INT + 0)
11 #define DB1300_ETH_INT (DB1300_FIRST_INT + 1)
12 #define DB1300_CF_INT (DB1300_FIRST_INT + 2)
13 #define DB1300_VIDEO_INT (DB1300_FIRST_INT + 4)
14 #define DB1300_HDMI_INT (DB1300_FIRST_INT + 5)
15 #define DB1300_DC_INT (DB1300_FIRST_INT + 6)
16 #define DB1300_FLASH_INT (DB1300_FIRST_INT + 7)
17 #define DB1300_CF_INSERT_INT (DB1300_FIRST_INT + 8)
18 #define DB1300_CF_EJECT_INT (DB1300_FIRST_INT + 9)
[all …]
/linux-3.3/arch/mips/alchemy/devboards/
Ddb1300.c714 bcsr_init_irq(DB1300_FIRST_INT, DB1300_LAST_INT, cpldirq); in db1300_device_init()