#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/spinlock.h>
#include <linux/eisa.h>
#include <asm/byteorder.h>
#include <asm/io.h>
#include <asm/hardware.h>
#include <asm/processor.h>
#include <asm/parisc-device.h>
#include <asm/delay.h>
#include <asm/eisa_bus.h>
#include <asm/eisa_eeprom.h>
Go to the source code of this file.
| #define EISA_DBG |
( |
|
msg, |
|
|
|
arg... |
|
) |
| |
| #define is_mongoose |
( |
|
dev | ) |
(dev->id.sversion == 0x00076) |
| #define MIRAGE_EEPROM_BASE_ADDR 0xF00C0400 |
| #define SNAKES_EEPROM_BASE_ADDR 0xF0810400 |
| unsigned int eisa_in32 |
( |
unsigned short |
port | ) |
|
| unsigned char eisa_in8 |
( |
unsigned short |
port | ) |
|
| void eisa_make_irq_level |
( |
int |
num | ) |
|
| MODULE_DEVICE_TABLE |
( |
parisc |
, |
|
|
eisa_tbl |
|
|
) |
| |
| unsigned int eisa_irq_level __read_mostly |