Linux Kernel
3.7.1
|
#include <pci_impl.h>
Data Fields | |
struct pci_pbm_info * | next |
struct pci_pbm_info * | sibling |
int | index |
unsigned long | controller_regs |
unsigned long | pbm_regs |
unsigned long | sync_reg |
u32 | portid |
u32 | devhandle |
int | chip_type |
int | chip_version |
int | chip_revision |
char * | name |
struct platform_device * | op |
u64 | ino_bitmap |
struct resource | io_space |
struct resource | mem_space |
struct resource | busn |
unsigned long | config_space |
unsigned long | config_space_reg_bits |
unsigned long | pci_afsr |
unsigned long | pci_afar |
unsigned long | pci_csr |
int | is_66mhz_capable |
int | all_devs_66mhz |
struct strbuf | stc |
struct iommu * | iommu |
unsigned int | pci_first_busno |
unsigned int | pci_last_busno |
struct pci_bus * | pci_bus |
struct pci_ops * | pci_ops |
int | numa_node |
Definition at line 60 of file pci_impl.h.
int all_devs_66mhz |
Definition at line 114 of file pci_impl.h.
Definition at line 100 of file pci_impl.h.
int chip_revision |
Definition at line 88 of file pci_impl.h.
Definition at line 81 of file pci_impl.h.
Definition at line 87 of file pci_impl.h.
unsigned long config_space |
Definition at line 103 of file pci_impl.h.
unsigned long config_space_reg_bits |
Definition at line 106 of file pci_impl.h.
unsigned long controller_regs |
Definition at line 66 of file pci_impl.h.
u32 devhandle |
Definition at line 78 of file pci_impl.h.
int index |
Definition at line 63 of file pci_impl.h.
u64 ino_bitmap |
Definition at line 95 of file pci_impl.h.
Definition at line 98 of file pci_impl.h.
Definition at line 145 of file pci_impl.h.
int is_66mhz_capable |
Definition at line 113 of file pci_impl.h.
Definition at line 99 of file pci_impl.h.
char* name |
Definition at line 91 of file pci_impl.h.
struct pci_pbm_info* next |
Definition at line 61 of file pci_impl.h.
int numa_node |
Definition at line 153 of file pci_impl.h.
Definition at line 94 of file pci_impl.h.
unsigned long pbm_regs |
Definition at line 69 of file pci_impl.h.
unsigned long pci_afar |
Definition at line 109 of file pci_impl.h.
unsigned long pci_afsr |
Definition at line 108 of file pci_impl.h.
Definition at line 150 of file pci_impl.h.
unsigned long pci_csr |
Definition at line 110 of file pci_impl.h.
unsigned int pci_first_busno |
Definition at line 148 of file pci_impl.h.
unsigned int pci_last_busno |
Definition at line 149 of file pci_impl.h.
Definition at line 151 of file pci_impl.h.
u32 portid |
Definition at line 75 of file pci_impl.h.
struct pci_pbm_info* sibling |
Definition at line 62 of file pci_impl.h.
Definition at line 142 of file pci_impl.h.
unsigned long sync_reg |
Definition at line 72 of file pci_impl.h.