Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
pci-ip27.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/pci.h>
#include <linux/smp.h>
#include <asm/sn/arch.h>
#include <asm/pci/bridge.h>
#include <asm/paccess.h>
#include <asm/sn/intr.h>
#include <asm/sn/sn0/hub.h>

Go to the source code of this file.

Macros

#define MAX_PCI_BUSSES   40
 
#define MAX_DEVICES_PER_PCIBUS   8
 

Functions

int __cpuinit bridge_probe (nasid_t nasid, int widget_id, int masterwid)
 
int __devinit pcibios_map_irq (const struct pci_dev *dev, u8 slot, u8 pin)
 
int pcibios_plat_dev_init (struct pci_dev *dev)
 
int pcibus_to_node (struct pci_bus *bus)
 
 EXPORT_SYMBOL (pcibus_to_node)
 
 DECLARE_PCI_FIXUP_HEADER (PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, pci_fixup_ioc3)
 

Variables

struct bridge_controllerirq_to_bridge [MAX_PCI_BUSSES *MAX_DEVICES_PER_PCIBUS]
 
int irq_to_slot [MAX_PCI_BUSSES *MAX_DEVICES_PER_PCIBUS]
 
struct pci_ops bridge_pci_ops
 

Macro Definition Documentation

#define MAX_DEVICES_PER_PCIBUS   8

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

#define MAX_PCI_BUSSES   40

Definition at line 24 of file pci-ip27.c.

Function Documentation

int __cpuinit bridge_probe ( nasid_t  nasid,
int  widget_id,
int  masterwid 
)

Definition at line 45 of file pci-ip27.c.

DECLARE_PCI_FIXUP_HEADER ( PCI_VENDOR_ID_SGI  ,
PCI_DEVICE_ID_SGI_IOC3  ,
pci_fixup_ioc3   
)
EXPORT_SYMBOL ( pcibus_to_node  )
int __devinit pcibios_map_irq ( const struct pci_dev dev,
u8  slot,
u8  pin 
)

Definition at line 146 of file pci-ip27.c.

int pcibios_plat_dev_init ( struct pci_dev dev)

Definition at line 162 of file pci-ip27.c.

int pcibus_to_node ( struct pci_bus bus)

Definition at line 220 of file pci-ip27.c.

Variable Documentation

struct pci_ops bridge_pci_ops

Definition at line 319 of file ops-bridge.c.

Definition at line 40 of file pci-ip27.c.

Definition at line 41 of file pci-ip27.c.