Lines Matching defs:pci_controller
33 struct pci_controller { struct
34 int index; /* used for pci_controller_num */ argument
35 struct pci_controller *next; argument
36 struct pci_bus *bus;
37 void *arch_data;
39 int first_busno;
40 int last_busno;
42 struct pci_ops *ops;
43 volatile unsigned int *cfg_addr;
44 volatile unsigned char *cfg_data;
49 struct resource io_resource;
50 struct resource mem_resources[3];
51 int mem_resource_count;
56 struct pci_space io_space;
57 struct pci_space mem_space;
60 int (*map_irq)(struct pci_dev*, u8, u8);