#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/io.h>
Go to the source code of this file.
|
#define | CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) |
|
#define CONFIG_CMD |
( |
|
bus, |
|
|
|
devfn, |
|
|
|
where |
|
) |
| (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) |
Definition at line 25 of file pci.c.
Definition at line 73 of file pci.c.
pcibios_enable_device - Enable I/O and memory. : PCI device to be enabled
Definition at line 340 of file pci.c.
void __init puv3_pci_adjust_zones |
( |
unsigned long * |
zone_size, |
|
|
unsigned long * |
zhole_size |
|
) |
| |
Initial value:= {
.read = puv3_read_config,
.write = puv3_write_config,
}
Definition at line 68 of file pci.c.