Lines Matching defs:pci_controller
56 struct pci_controller { struct
57 struct pci_bus *bus;
58 char is_dynamic;
60 int node;
85 struct pci_controller_ops controller_ops; argument
86 struct pci_ops *ops;
87 unsigned int __iomem *cfg_addr;
88 void __iomem *cfg_data;
115 u32 indirect_type;
119 struct resource io_resource;
120 struct resource mem_resources[3];
121 resource_size_t mem_offset[3];
145 extern int early_read_config_byte(struct pci_controller *hose, int bus, argument