Lines Matching defs:pci_controller
21 struct pci_controller { struct
22 struct pci_controller *next; argument
23 struct pci_bus *bus;
24 struct resource *io_space;
25 struct resource *mem_space;
30 unsigned long sparse_mem_base;
31 unsigned long dense_mem_base;
32 unsigned long sparse_io_base;
33 unsigned long dense_io_base;
36 unsigned long config_space_base;
38 unsigned int index;
41 unsigned int need_domain_info;
65 #define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index argument