Lines Matching defs:pci_controller
24 struct pci_controller { struct
25 struct pci_controller *next; argument
26 struct pci_bus *bus;
27 struct resource *io_space;
28 struct resource *mem_space;
33 unsigned long sparse_mem_base;
34 unsigned long dense_mem_base;
35 unsigned long sparse_io_base;
36 unsigned long dense_io_base;
39 unsigned long config_space_base;
41 unsigned int index;
44 unsigned int need_domain_info;
46 struct pci_iommu_arena *sg_pci;
47 struct pci_iommu_arena *sg_isa;
49 void *sysdata;