Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pci.c File Reference
#include <linux/init.h>
#include <linux/pci.h>
#include <asm/mach-ath79/ar71xx_regs.h>
#include <asm/mach-ath79/ath79.h>
#include <asm/mach-ath79/irq.h>
#include <asm/mach-ath79/pci.h>
#include "pci.h"

Go to the source code of this file.

Functions

int __init pcibios_map_irq (const struct pci_dev *dev, uint8_t slot, uint8_t pin)
 
int pcibios_plat_dev_init (struct pci_dev *dev)
 
void __init ath79_pci_set_irq_map (unsigned nr_irqs, const struct ath79_pci_irq *map)
 
void __init ath79_pci_set_plat_dev_init (int(*func)(struct pci_dev *dev))
 
int __init ath79_register_pci (void)
 

Function Documentation

void __init ath79_pci_set_irq_map ( unsigned  nr_irqs,
const struct ath79_pci_irq map 
)

Definition at line 101 of file pci.c.

void __init ath79_pci_set_plat_dev_init ( int(*)(struct pci_dev *dev func)

Definition at line 108 of file pci.c.

int __init ath79_register_pci ( void  )

Definition at line 113 of file pci.c.

int __init pcibios_map_irq ( const struct pci_dev dev,
uint8_t  slot,
uint8_t  pin 
)

Definition at line 51 of file pci.c.

int pcibios_plat_dev_init ( struct pci_dev dev)

Definition at line 93 of file pci.c.