Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <asm/bootinfo.h>
#include <asm/lasat/lasat.h>
#include <asm/nile4.h>
Go to the source code of this file.
Macros | |
#define | PCI_ACCESS_READ 0 |
#define | PCI_ACCESS_WRITE 1 |
#define | LO(reg) (reg / 4) |
#define | HI(reg) (reg / 4 + 1) |
Variables | |
volatile unsigned long *const | vrc_pciregs = (void *) Vrc5074_BASE |
struct pci_ops | nile4_pci_ops |
Definition at line 13 of file ops-nile4.c.
Definition at line 12 of file ops-nile4.c.
#define PCI_ACCESS_READ 0 |
Definition at line 9 of file ops-nile4.c.
#define PCI_ACCESS_WRITE 1 |
Definition at line 10 of file ops-nile4.c.
Definition at line 143 of file ops-nile4.c.
volatile unsigned long* const vrc_pciregs = (void *) Vrc5074_BASE |
Definition at line 15 of file ops-nile4.c.