Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
cx18-irq.h File Reference

Go to the source code of this file.

Macros

#define HW2_I2C1_INT   (1 << 22)
 
#define HW2_I2C2_INT   (1 << 23)
 
#define HW2_INT_CLR_STATUS   0xc730c4
 
#define HW2_INT_MASK5_PCI   0xc730e4
 
#define SW1_INT_SET   0xc73100
 
#define SW1_INT_STATUS   0xc73104
 
#define SW1_INT_ENABLE_PCI   0xc7311c
 
#define SW2_INT_SET   0xc73140
 
#define SW2_INT_STATUS   0xc73144
 
#define SW2_INT_ENABLE_CPU   0xc73158
 
#define SW2_INT_ENABLE_PCI   0xc7315c
 

Functions

irqreturn_t cx18_irq_handler (int irq, void *dev_id)
 

Macro Definition Documentation

#define HW2_I2C1_INT   (1 << 22)

Definition at line 23 of file cx18-irq.h.

#define HW2_I2C2_INT   (1 << 23)

Definition at line 24 of file cx18-irq.h.

#define HW2_INT_CLR_STATUS   0xc730c4

Definition at line 25 of file cx18-irq.h.

#define HW2_INT_MASK5_PCI   0xc730e4

Definition at line 26 of file cx18-irq.h.

#define SW1_INT_ENABLE_PCI   0xc7311c

Definition at line 29 of file cx18-irq.h.

#define SW1_INT_SET   0xc73100

Definition at line 27 of file cx18-irq.h.

#define SW1_INT_STATUS   0xc73104

Definition at line 28 of file cx18-irq.h.

#define SW2_INT_ENABLE_CPU   0xc73158

Definition at line 32 of file cx18-irq.h.

#define SW2_INT_ENABLE_PCI   0xc7315c

Definition at line 33 of file cx18-irq.h.

#define SW2_INT_SET   0xc73140

Definition at line 30 of file cx18-irq.h.

#define SW2_INT_STATUS   0xc73144

Definition at line 31 of file cx18-irq.h.

Function Documentation

irqreturn_t cx18_irq_handler ( int  irq,
void dev_id 
)

Definition at line 45 of file cx18-irq.c.