Lines Matching refs:DB1300_FIRST_INT
38 #define DB1300_FIRST_INT (ALCHEMY_GPIC_INT_LAST + 1) macro
39 #define DB1300_IDE_INT (DB1300_FIRST_INT + 0)
40 #define DB1300_ETH_INT (DB1300_FIRST_INT + 1)
41 #define DB1300_CF_INT (DB1300_FIRST_INT + 2)
42 #define DB1300_VIDEO_INT (DB1300_FIRST_INT + 4)
43 #define DB1300_HDMI_INT (DB1300_FIRST_INT + 5)
44 #define DB1300_DC_INT (DB1300_FIRST_INT + 6)
45 #define DB1300_FLASH_INT (DB1300_FIRST_INT + 7)
46 #define DB1300_CF_INSERT_INT (DB1300_FIRST_INT + 8)
47 #define DB1300_CF_EJECT_INT (DB1300_FIRST_INT + 9)
48 #define DB1300_AC97_INT (DB1300_FIRST_INT + 10)
49 #define DB1300_AC97_PEN_INT (DB1300_FIRST_INT + 11)
50 #define DB1300_SD1_INSERT_INT (DB1300_FIRST_INT + 12)
51 #define DB1300_SD1_EJECT_INT (DB1300_FIRST_INT + 13)
52 #define DB1300_OTG_VBUS_OC_INT (DB1300_FIRST_INT + 14)
53 #define DB1300_HOST_VBUS_OC_INT (DB1300_FIRST_INT + 15)
54 #define DB1300_LAST_INT (DB1300_FIRST_INT + 15)
794 bcsr_init_irq(DB1300_FIRST_INT, DB1300_LAST_INT, cpldirq); in db1300_dev_setup()