Go to the documentation of this file.
13 #ifndef __ASM_SH_DREAMCAST_SYSASIC_H
14 #define __ASM_SH_DREAMCAST_SYSASIC_H
26 #define HW_EVENT_IRQ_BASE 48
29 #define HW_EVENT_VSYNC (HW_EVENT_IRQ_BASE + 5)
30 #define HW_EVENT_MAPLE_DMA (HW_EVENT_IRQ_BASE + 12)
31 #define HW_EVENT_GDROM_DMA (HW_EVENT_IRQ_BASE + 14)
32 #define HW_EVENT_G2_DMA (HW_EVENT_IRQ_BASE + 15)
33 #define HW_EVENT_PVR2_DMA (HW_EVENT_IRQ_BASE + 19)
36 #define HW_EVENT_GDROM_CMD (HW_EVENT_IRQ_BASE + 32)
37 #define HW_EVENT_AICA_SYS (HW_EVENT_IRQ_BASE + 33)
38 #define HW_EVENT_EXTERNAL (HW_EVENT_IRQ_BASE + 35)
40 #define HW_EVENT_IRQ_MAX (HW_EVENT_IRQ_BASE + 95)