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