#include <linux/mm.h>
#include <asm/scatterlist.h>
#include <asm-generic/pci-dma-compat.h>
#include <asm-generic/pci.h>
Go to the source code of this file.
#define pci_controller_num |
( |
|
PDEV | ) |
(0) |
Definition at line 44 of file pci.h.
#define pcibios_assign_all_busses |
( |
|
void | ) |
0 |
Definition at line 23 of file pci.h.
#define PCIBIOS_MIN_IO 0x100 |
Definition at line 60 of file pci.h.
#define PCIBIOS_MIN_MEM 0x00010000 |
Definition at line 61 of file pci.h.
void pcibios_penalize_isa_irq |
( |
int |
irq | ) |
|
pcibios_set_master - enable PCI bus-mastering for device dev : the PCI device to enable
Enables PCI bus-mastering for the device. This is the default implementation. Architecture specific implementations can override this if necessary.
Definition at line 271 of file pci.c.