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

Go to the source code of this file.

Macros

#define TXX9_IRQ_BASE   0
 
#define TXx9_MAX_IR   32
 

Functions

void txx9_irq_init (unsigned long baseaddr)
 
int txx9_irq (void)
 
int txx9_irq_set_pri (int irc_irq, int new_pri)
 

Macro Definition Documentation

#define TXX9_IRQ_BASE   0

Definition at line 20 of file txx9irq.h.

#define TXx9_MAX_IR   32

Definition at line 27 of file txx9irq.h.

Function Documentation

int txx9_irq ( void  )

Definition at line 184 of file irq_txx9.c.

void txx9_irq_init ( unsigned long  baseaddr)

Definition at line 149 of file irq_txx9.c.

int txx9_irq_set_pri ( int  irc_irq,
int  new_pri 
)

Definition at line 173 of file irq_txx9.c.