Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations | Functions
irq.c File Reference
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <mach/r2d.h>

Go to the source code of this file.

Macros

#define R2D_NR_IRL   13
 

Enumerations

enum  {
  UNUSED = 0, EXT, RTC_T, RTC_A,
  AX88796, KEY, SDCARD, CF_CD,
  CF_IDE, SM501, PCI_INTD_RTL8139, PCI_INTC_PCI1520,
  PCI_INTB_RTL8139, PCI_INTB_SLOT, PCI_INTA_SLOT, TP
}
 

Functions

int rts7751r2d_irq_demux (int irq)
 
void __init init_rts7751r2d_IRQ (void)
 

Macro Definition Documentation

#define R2D_NR_IRL   13

Definition at line 18 of file irq.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
UNUSED 
EXT 
RTC_T 
RTC_A 
AX88796 
KEY 
SDCARD 
CF_CD 
CF_IDE 
SM501 
PCI_INTD_RTL8139 
PCI_INTC_PCI1520 
PCI_INTB_RTL8139 
PCI_INTB_SLOT 
PCI_INTA_SLOT 
TP 

Definition at line 20 of file irq.c.

Function Documentation

void __init init_rts7751r2d_IRQ ( void  )

Definition at line 128 of file irq.c.

int rts7751r2d_irq_demux ( int  irq)

Definition at line 117 of file irq.c.