Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
pci-frv.h File Reference
#include <asm/sections.h>

Go to the source code of this file.

Macros

#define DBG(x...)
 
#define PCI_PROBE_BIOS   0x0001
 
#define PCI_PROBE_CONF1   0x0002
 
#define PCI_PROBE_CONF2   0x0004
 
#define PCI_NO_CHECKS   0x0400
 
#define PCI_ASSIGN_ROMS   0x1000
 
#define PCI_BIOS_IRQ_SCAN   0x2000
 
#define PCI_ASSIGN_ALL_BUSSES   0x4000
 

Functions

void pcibios_resource_survey (void)
 
void pcibios_irq_init (void)
 
void pcibios_fixup_irqs (void)
 
void pcibios_enable_irq (struct pci_dev *dev)
 

Variables

unsigned int __nongpreldata pci_probe
 
int __nongpreldata pcibios_last_bus
 
struct pci_bus *__nongpreldata pci_root_bus
 
struct pci_ops *__nongpreldata pci_root_ops
 
unsigned int pcibios_irq_mask
 

Macro Definition Documentation

#define DBG (   x...)

Definition at line 14 of file pci-frv.h.

#define PCI_ASSIGN_ALL_BUSSES   0x4000

Definition at line 23 of file pci-frv.h.

#define PCI_ASSIGN_ROMS   0x1000

Definition at line 21 of file pci-frv.h.

#define PCI_BIOS_IRQ_SCAN   0x2000

Definition at line 22 of file pci-frv.h.

#define PCI_NO_CHECKS   0x0400

Definition at line 20 of file pci-frv.h.

#define PCI_PROBE_BIOS   0x0001

Definition at line 17 of file pci-frv.h.

#define PCI_PROBE_CONF1   0x0002

Definition at line 18 of file pci-frv.h.

#define PCI_PROBE_CONF2   0x0004

Definition at line 19 of file pci-frv.h.

Function Documentation

void pcibios_enable_irq ( struct pci_dev dev)

Definition at line 83 of file bios.c.

void pcibios_fixup_irqs ( void  )

Definition at line 43 of file pci-irq.c.

void pcibios_irq_init ( void  )

Definition at line 39 of file pci-irq.c.

void pcibios_resource_survey ( void  )

Definition at line 189 of file pci-frv.c.

Variable Documentation

unsigned int __nongpreldata pci_probe

Definition at line 26 of file pci-vdk.c.

struct pci_bus* __nongpreldata pci_root_bus

Definition at line 29 of file pci-vdk.c.

struct pci_ops* __nongpreldata pci_root_ops

Definition at line 30 of file pci-vdk.c.

unsigned int pcibios_irq_mask

Definition at line 35 of file irq.c.

int __nongpreldata pcibios_last_bus

Definition at line 28 of file pci-vdk.c.