Linux Kernel
3.7.1
|
#include <linux/of_device.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/export.h>
#include <asm/leon.h>
#include <asm/leon_pci.h>
Go to the source code of this file.
Functions | |
void | leon_pci_init (struct platform_device *ofdev, struct leon_pci_info *info) |
void __devinit | pcibios_fixup_bus (struct pci_bus *pbus) |
resource_size_t | pcibios_align_resource (void *data, const struct resource *res, resource_size_t size, resource_size_t align) |
int | pcibios_enable_device (struct pci_dev *dev, int mask) |
void | outsb (unsigned long addr, const void *src, unsigned long count) |
EXPORT_SYMBOL (outsb) | |
void | outsw (unsigned long addr, const void *src, unsigned long count) |
EXPORT_SYMBOL (outsw) | |
void | outsl (unsigned long addr, const void *src, unsigned long count) |
EXPORT_SYMBOL (outsl) | |
void | insb (unsigned long addr, void *dst, unsigned long count) |
EXPORT_SYMBOL (insb) | |
void | insw (unsigned long addr, void *dst, unsigned long count) |
EXPORT_SYMBOL (insw) | |
void | insl (unsigned long addr, void *dst, unsigned long count) |
EXPORT_SYMBOL (insl) | |
EXPORT_SYMBOL | ( | outsb | ) |
EXPORT_SYMBOL | ( | outsw | ) |
EXPORT_SYMBOL | ( | outsl | ) |
EXPORT_SYMBOL | ( | insb | ) |
EXPORT_SYMBOL | ( | insw | ) |
EXPORT_SYMBOL | ( | insl | ) |
Definition at line 148 of file leon_pci.c.
Definition at line 170 of file leon_pci.c.
Definition at line 159 of file leon_pci.c.
void leon_pci_init | ( | struct platform_device * | ofdev, |
struct leon_pci_info * | info | ||
) |
Definition at line 24 of file leon_pci.c.
Definition at line 115 of file leon_pci.c.
Definition at line 137 of file leon_pci.c.
Definition at line 126 of file leon_pci.c.
resource_size_t pcibios_align_resource | ( | void * | data, |
const struct resource * | res, | ||
resource_size_t | size, | ||
resource_size_t | align | ||
) |
Definition at line 94 of file leon_pci.c.
Definition at line 100 of file leon_pci.c.