#include <linux/eisa.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/types.h>
#include <asm/io.h>
#include <asm/superio.h>
Go to the source code of this file.
Definition at line 34 of file pci.c.
Definition at line 27 of file pci.c.
Definition at line 22 of file pci.c.
#define DEBUG_RESOURCES 0 |
Definition at line 21 of file pci.c.
Definition at line 75 of file pci.c.
Definition at line 76 of file pci.c.
Definition at line 54 of file pci.c.
Value:
{ \
if (!parisc_pci_hba[b])
return (
u##
size) -1; \
} \
Definition at line 79 of file pci.c.
Value:
{ \
if (!parisc_pci_hba[b]) return; \
} \
Definition at line 94 of file pci.c.
Definition at line 48 of file pci.c.