Searched defs:pci_controller (Results 1 – 10 of 10) sorted by relevance
29 struct pci_controller { struct30 struct pci_bus *bus;31 char is_dynamic;32 struct device_node *dn;33 struct list_head list_node;34 struct device *parent;36 int first_busno;37 int last_busno;39 int self_busno;41 void __iomem *io_base_virt;[all …]
27 struct pci_controller { struct28 int index; /* PCI domain number */29 struct pci_bus *root_bus;31 int last_busno;33 int hv_cfg_fd[2]; /* config{0,1} fds for this PCIe controller */34 int hv_mem_fd; /* fd to Hypervisor for MMIO operations */36 struct pci_ops *ops;38 int irq_base; /* Base IRQ from the Hypervisor */39 int plx_gen1; /* flag for PLX Gen 1 configuration */42 struct resource mem_resources[3];[all …]
35 struct pci_controller { struct36 int index; /* used for pci_controller_num */ argument37 struct pci_controller *next; argument38 struct pci_bus *bus;39 void *arch_data;41 int first_busno;42 int last_busno;44 struct pci_ops *ops;45 volatile unsigned int *cfg_addr;46 volatile unsigned char *cfg_data;[all …]
24 struct pci_controller { struct25 struct pci_controller *next; argument26 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;[all …]
30 struct pci_controller { struct31 struct list_head list;32 struct pci_bus *bus;33 struct device_node *of_node;35 struct pci_ops *pci_ops;59 extern void register_pci_controller(struct pci_controller *hose); argument
55 struct pci_controller { struct56 struct pci_bus *bus;57 char is_dynamic;59 int node;84 struct pci_controller_ops controller_ops; argument85 struct pci_ops *ops;86 unsigned int __iomem *cfg_addr;87 void __iomem *cfg_data;136 extern int early_read_config_byte(struct pci_controller *hose, int bus, argument
67 struct pci_controller { struct77 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) argument
76 static struct pci_controller pci_controller = { variable
50 struct pci_controller pci_controller; member
67 struct pci_controller pci_controller; member