Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/interrupt.h>
#include <asm/intersil.h>
#include <asm/oplib.h>
#include <asm/traps.h>
#include <asm/irq.h>
Go to the source code of this file.
Macros | |
#define | SUN3_INT_VECS 192 |
#define | SUN3_VEC_FLOPPY (IRQ_USER+0) |
#define | SUN3_VEC_VMESCSI0 (IRQ_USER+0) |
#define | SUN3_VEC_VMESCSI1 (IRQ_USER+1) |
#define | SUN3_VEC_CG (IRQ_USER+104) |
Functions | |
void | sun3_enable_irq (unsigned int irq) |
void | sun3_disable_irq (unsigned int irq) |
void | sun3_init_IRQ (void) |
void | sun3_enable_interrupts (void) |
void | sun3_disable_interrupts (void) |
Variables | |
volatile unsigned char * | sun3_intreg |
#define SUN3_INT_VECS 192 |
Definition at line 21 of file sun3ints.h.
#define SUN3_VEC_CG (IRQ_USER+104) |
Definition at line 34 of file sun3ints.h.
#define SUN3_VEC_FLOPPY (IRQ_USER+0) |
Definition at line 31 of file sun3ints.h.
#define SUN3_VEC_VMESCSI0 (IRQ_USER+0) |
Definition at line 32 of file sun3ints.h.
#define SUN3_VEC_VMESCSI1 (IRQ_USER+1) |
Definition at line 33 of file sun3ints.h.
Definition at line 23 of file sun3ints.c.
Definition at line 47 of file sun3ints.c.
Definition at line 28 of file sun3ints.c.
Definition at line 42 of file sun3ints.c.
Definition at line 106 of file sun3ints.c.
volatile unsigned char* sun3_intreg |
Definition at line 40 of file sun3ints.c.