#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/string.h>
#include <linux/export.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/notifier.h>
#include <asm/processor.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/pci-bridge.h>
#include <asm/machdep.h>
#include <asm/ppc-pci.h>
Go to the source code of this file.
#define ISA_SPACE_MASK 0x1 |
arch_initcall |
( |
isa_bridge_init |
| ) |
|
isa_bridge_find_early - Find and map the ISA IO space early before main PCI discovery. This is optionally called by the arch code when adding PCI PHBs to get early access to ISA IO ports
Definition at line 129 of file isa-bridge.c.
unsigned long isa_io_base |