|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/pci.h>#include <linux/string.h>#include <linux/init.h>#include <linux/bootmem.h>#include <linux/export.h>#include <linux/mm.h>#include <linux/list.h>#include <linux/syscalls.h>#include <linux/irq.h>#include <linux/vmalloc.h>#include <asm/processor.h>#include <asm/io.h>#include <asm/prom.h>#include <asm/pci-bridge.h>#include <asm/byteorder.h>#include <asm/machdep.h>#include <asm/ppc-pci.h>Go to the source code of this file.
Macros | |
| #define | IOBASE_BRIDGE_NUMBER 0 |
| #define | IOBASE_MEMORY 1 |
| #define | IOBASE_IO 2 |
| #define | IOBASE_ISA_IO 3 |
| #define | IOBASE_ISA_MEM 4 |
Functions | |
| EXPORT_SYMBOL (pci_io_base) | |
| subsys_initcall (pcibios_init) | |
| int __devinit | pcibios_map_io_space (struct pci_bus *bus) |
| EXPORT_SYMBOL_GPL (pcibios_map_io_space) | |
| void __devinit | pcibios_setup_phb_io_space (struct pci_controller *hose) |
| long | sys_pciconfig_iobase (long which, unsigned long in_bus, unsigned long in_devfn) |
Variables | |
| unsigned long | pci_io_base = ISA_IO_BASE |
| EXPORT_SYMBOL | ( | pci_io_base | ) |
| EXPORT_SYMBOL_GPL | ( | pcibios_map_io_space | ) |
| void __devinit pcibios_setup_phb_io_space | ( | struct pci_controller * | hose | ) |
| subsys_initcall | ( | pcibios_init | ) |
| unsigned long pci_io_base = ISA_IO_BASE |
1.8.2