#include <linux/delay.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/platform_device.h>
#include <linux/serial_8250.h>
#include <linux/io.h>
#include <asm/sni.h>
#include <asm/time.h>
#include <asm/irq_cpu.h>
Go to the source code of this file.
#define cached_master_mask (rm200_cached_irq_mask) |
#define cached_slave_mask (rm200_cached_irq_mask >> 8) |
#define MASTER_ICW4_DEFAULT 0x01 |
#define MEMPORT |
( |
|
_base, |
|
|
|
_irq |
|
) |
| |
Value:{ \
.mapbase = _base, \
.irq = _irq, \
.uartclk = 1843200, \
}
Definition at line 27 of file rm200.c.
#define RM200_I8259A_IRQ_BASE 32 |
#define SLAVE_ICW4_DEFAULT 0x01 |
#define SNI_RM200_INT_ENA_REG CKSEG1ADDR(0xbc080000) |
#define SNI_RM200_INT_END 28 |
#define SNI_RM200_INT_START 24 |
#define SNI_RM200_INT_STAT_REG CKSEG1ADDR(0xbc000000) |
device_initcall |
( |
snirm_setup_devinit |
| ) |
|
Initial value:= {
.handler = sni_rm200_i8259A_irq_handler,
.name = "onboard ISA",
}
Definition at line 392 of file rm200.c.