|
Linux Kernel
3.7.1
|
#include <linux/bug.h>#include <linux/kernel.h>#include <linux/mm.h>#include <linux/bootmem.h>#include <linux/export.h>#include <linux/init.h>#include <linux/types.h>#include <linux/pci.h>#include <linux/of_address.h>#include <asm/cpu-info.h>Go to the source code of this file.
Functions | |
| resource_size_t | pcibios_align_resource (void *data, const struct resource *res, resource_size_t size, resource_size_t align) |
| void __devinit | register_pci_controller (struct pci_controller *hose) |
| subsys_initcall (pcibios_init) | |
| unsigned int | pcibios_assign_all_busses (void) |
| int | pcibios_enable_device (struct pci_dev *dev, int mask) |
| void __devinit | pcibios_fixup_bus (struct pci_bus *bus) |
| int | pci_mmap_page_range (struct pci_dev *dev, struct vm_area_struct *vma, enum pci_mmap_state mmap_state, int write_combine) |
| char *__init | pcibios_setup (char *str) |
Variables | |
| unsigned long | PCIBIOS_MIN_IO |
| unsigned long | PCIBIOS_MIN_MEM |
| char *(* | pcibios_plat_setup )(char *str) __initdata |
| int pci_mmap_page_range | ( | struct pci_dev * | dev, |
| struct vm_area_struct * | vma, | ||
| enum pci_mmap_state | mmap_state, | ||
| int | write_combine | ||
| ) |
| resource_size_t pcibios_align_resource | ( | void * | data, |
| const struct resource * | res, | ||
| resource_size_t | size, | ||
| resource_size_t | align | ||
| ) |
| void __devinit register_pci_controller | ( | struct pci_controller * | hose | ) |
| subsys_initcall | ( | pcibios_init | ) |
1.8.2