Searched defs:pci_controller (Results 1 – 12 of 12) sorted by relevance
33 struct pci_controller { struct35 struct pci_controller *next; argument36 struct pci_bus *bus;37 void *arch_data;39 int first_busno;40 int last_busno;42 struct pci_ops *ops;49 struct resource io_resource;51 int mem_resource_count;56 struct pci_space io_space;[all …]
56 struct pci_controller { struct57 struct pci_bus *bus;58 char is_dynamic;60 int node;85 struct pci_controller_ops controller_ops; argument86 struct pci_ops *ops;87 unsigned int __iomem *cfg_addr;88 void __iomem *cfg_data;115 u32 indirect_type;119 struct resource io_resource;[all …]
21 struct pci_controller { struct22 struct pci_controller *next; argument23 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;59 #define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index argument
30 struct pci_controller { struct31 struct list_head list;32 struct pci_bus *bus;33 struct device_node *of_node;58 extern void register_pci_controller(struct pci_controller *hose); argument
26 struct pci_controller { struct27 struct pci_bus *bus;28 struct list_head list_node;30 void __iomem *io_base_virt;35 struct resource io_resource;
46 struct pci_controller { struct56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) argument
557 struct pci_controller { struct562 struct pci_controller *next; argument575 * pci_controller for both the controller and any bridge devices argument588 void (*fixup_irq)(struct pci_controller *, pci_dev_t); argument610 static inline void pci_set_ops(struct pci_controller *hose, in pci_set_ops() argument611 int (*read_byte)(struct pci_controller*, in pci_set_ops()613 int (*read_word)(struct pci_controller*, in pci_set_ops()615 int (*read_dword)(struct pci_controller*, in pci_set_ops()617 int (*write_byte)(struct pci_controller*, in pci_set_ops()619 int (*write_word)(struct pci_controller*, in pci_set_ops()[all …]
74 static struct pci_controller pci_controller = { variable
51 struct pci_controller pci_controller; member
65 struct pci_controller pci_controller; member
48 struct pci_controller pci_controller; member
218 struct pci_controller pci_controller; member