Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/mm.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/io.h>
#include <asm/mach/pci.h>
Go to the source code of this file.
Macros | |
#define | MAX_SLOTS 7 |
#define | CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) |
Functions | |
void __init | via82c505_preinit (void) |
int __init | via82c505_setup (int nr, struct pci_sys_data *sys) |
Variables | |
struct pci_ops | via82c505_ops |
#define CONFIG_CMD | ( | bus, | |
devfn, | |||
where | |||
) | (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) |
Definition at line 14 of file via82c505.c.
#define MAX_SLOTS 7 |
Definition at line 12 of file via82c505.c.
Definition at line 59 of file via82c505.c.
int __init via82c505_setup | ( | int | nr, |
struct pci_sys_data * | sys | ||
) |
Definition at line 80 of file via82c505.c.
Definition at line 54 of file via82c505.c.