Lines Matching defs:pci_controller
23 struct pci_controller { struct
24 struct pci_controller *next; argument
25 struct pci_bus *bus;
26 struct resource *io_space;
27 struct resource *mem_space;
32 unsigned long sparse_mem_base;
33 unsigned long dense_mem_base;
34 unsigned long sparse_io_base;
35 unsigned long dense_io_base;
38 unsigned long config_space_base;
40 unsigned int index;
43 unsigned int need_domain_info;
45 struct pci_iommu_arena *sg_pci;
46 struct pci_iommu_arena *sg_isa;
48 void *sysdata;