Linux Kernel
3.7.1
|
#include <linux/dma-mapping.h>
#include <linux/pci.h>
#include <linux/numa.h>
#include <asm-generic/pci_iomap.h>
#include <asm-generic/pci.h>
#include <asm-generic/pci-dma-compat.h>
Go to the source code of this file.
Data Structures | |
struct | pci_controller |
Macros | |
#define | TILE_NUM_PCIE 2 |
#define | PCI_DMA_BUS_IS_PHYS 1 |
#define | pci_domain_nr(bus) (((struct pci_controller *)(bus)->sysdata)->index) |
#define | PCIBIOS_MIN_MEM 0 |
#define | PCIBIOS_MIN_IO 0 |
#define | cpumask_of_pcibus(bus) cpu_online_mask |
Functions | |
int __init | tile_pci_init (void) |
int __init | pcibios_init (void) |
void __devinit | pcibios_fixup_bus (struct pci_bus *bus) |
Variables | |
int | tile_plx_gen1 |
#define cpumask_of_pcibus | ( | bus | ) | cpu_online_mask |
#define pci_domain_nr | ( | bus | ) | (((struct pci_controller *)(bus)->sysdata)->index) |