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

Go to the source code of this file.

Macros

#define TXX9_PCI_OPT_PICMG   0x0002
 
#define TXX9_PCI_OPT_CLK_33   0x0008
 
#define TXX9_PCI_OPT_CLK_66   0x0010
 
#define TXX9_PCI_OPT_CLK_MASK   (TXX9_PCI_OPT_CLK_33 | TXX9_PCI_OPT_CLK_66)
 
#define TXX9_PCI_OPT_CLK_AUTO   TXX9_PCI_OPT_CLK_MASK
 

Enumerations

enum  txx9_pci_err_action { TXX9_PCI_ERR_REPORT, TXX9_PCI_ERR_IGNORE, TXX9_PCI_ERR_PANIC }
 

Functions

struct pci_controllertxx9_alloc_pci_controller (struct pci_controller *pcic, unsigned long mem_base, unsigned long mem_size, unsigned long io_base, unsigned long io_size)
 
int txx9_pci66_check (struct pci_controller *hose, int top_bus, int current_bus)
 
chartxx9_pcibios_setup (char *str)
 

Variables

struct pci_controller txx9_primary_pcic
 
int txx9_pci_mem_high __initdata
 
int txx9_pci_option
 
enum txx9_pci_err_action txx9_pci_err_action
 
char *(* txx9_board_pcibios_setup )(char *str)
 

Macro Definition Documentation

#define TXX9_PCI_OPT_CLK_33   0x0008

Definition at line 23 of file pci.h.

#define TXX9_PCI_OPT_CLK_66   0x0010

Definition at line 24 of file pci.h.

#define TXX9_PCI_OPT_CLK_AUTO   TXX9_PCI_OPT_CLK_MASK

Definition at line 27 of file pci.h.

#define TXX9_PCI_OPT_CLK_MASK   (TXX9_PCI_OPT_CLK_33 | TXX9_PCI_OPT_CLK_66)

Definition at line 25 of file pci.h.

#define TXX9_PCI_OPT_PICMG   0x0002

Definition at line 22 of file pci.h.

Enumeration Type Documentation

Enumerator:
TXX9_PCI_ERR_REPORT 
TXX9_PCI_ERR_IGNORE 
TXX9_PCI_ERR_PANIC 

Definition at line 29 of file pci.h.

Function Documentation

struct pci_controller* txx9_alloc_pci_controller ( struct pci_controller pcic,
unsigned long  mem_base,
unsigned long  mem_size,
unsigned long  io_base,
unsigned long  io_size 
)
read

Definition at line 115 of file pci.c.

int txx9_pci66_check ( struct pci_controller hose,
int  top_bus,
int  current_bus 
)

Definition at line 51 of file pci.c.

char* txx9_pcibios_setup ( char str)

Definition at line 403 of file pci.c.

Variable Documentation

int txx9_pci_mem_high __initdata

Definition at line 86 of file setup.c.

char*(* txx9_board_pcibios_setup)(char *str)

Definition at line 401 of file pci.c.

Definition at line 245 of file pci.c.

int txx9_pci_option

Definition at line 239 of file pci.c.

struct pci_controller txx9_primary_pcic

Definition at line 97 of file pci.c.