Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sysasic.h File Reference
#include <asm/irq.h>

Go to the source code of this file.

Macros

#define HW_EVENT_IRQ_BASE   48
 
#define HW_EVENT_VSYNC   (HW_EVENT_IRQ_BASE + 5) /* VSync */
 
#define HW_EVENT_MAPLE_DMA   (HW_EVENT_IRQ_BASE + 12) /* Maple DMA complete */
 
#define HW_EVENT_GDROM_DMA   (HW_EVENT_IRQ_BASE + 14) /* GD-ROM DMA complete */
 
#define HW_EVENT_G2_DMA   (HW_EVENT_IRQ_BASE + 15) /* G2 DMA complete */
 
#define HW_EVENT_PVR2_DMA   (HW_EVENT_IRQ_BASE + 19) /* PVR2 DMA complete */
 
#define HW_EVENT_GDROM_CMD   (HW_EVENT_IRQ_BASE + 32) /* GD-ROM cmd. complete */
 
#define HW_EVENT_AICA_SYS   (HW_EVENT_IRQ_BASE + 33) /* AICA-related */
 
#define HW_EVENT_EXTERNAL   (HW_EVENT_IRQ_BASE + 35) /* Ext. (expansion) */
 
#define HW_EVENT_IRQ_MAX   (HW_EVENT_IRQ_BASE + 95)
 

Functions

int systemasic_irq_demux (int)
 
void systemasic_irq_init (void)
 
void aica_time_init (void)
 

Macro Definition Documentation

#define HW_EVENT_AICA_SYS   (HW_EVENT_IRQ_BASE + 33) /* AICA-related */

Definition at line 37 of file sysasic.h.

#define HW_EVENT_EXTERNAL   (HW_EVENT_IRQ_BASE + 35) /* Ext. (expansion) */

Definition at line 38 of file sysasic.h.

#define HW_EVENT_G2_DMA   (HW_EVENT_IRQ_BASE + 15) /* G2 DMA complete */

Definition at line 32 of file sysasic.h.

#define HW_EVENT_GDROM_CMD   (HW_EVENT_IRQ_BASE + 32) /* GD-ROM cmd. complete */

Definition at line 36 of file sysasic.h.

#define HW_EVENT_GDROM_DMA   (HW_EVENT_IRQ_BASE + 14) /* GD-ROM DMA complete */

Definition at line 31 of file sysasic.h.

#define HW_EVENT_IRQ_BASE   48

Definition at line 26 of file sysasic.h.

#define HW_EVENT_IRQ_MAX   (HW_EVENT_IRQ_BASE + 95)

Definition at line 40 of file sysasic.h.

#define HW_EVENT_MAPLE_DMA   (HW_EVENT_IRQ_BASE + 12) /* Maple DMA complete */

Definition at line 30 of file sysasic.h.

#define HW_EVENT_PVR2_DMA   (HW_EVENT_IRQ_BASE + 19) /* PVR2 DMA complete */

Definition at line 33 of file sysasic.h.

#define HW_EVENT_VSYNC   (HW_EVENT_IRQ_BASE + 5) /* VSync */

Definition at line 29 of file sysasic.h.

Function Documentation

void aica_time_init ( void  )

Definition at line 76 of file rtc.c.

int systemasic_irq_demux ( int  )

Definition at line 106 of file irq.c.

void systemasic_irq_init ( void  )

Definition at line 143 of file irq.c.