Searched defs:pci_controller (Results 1 – 12 of 12) sorted by relevance
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 …]
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 …]
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 …]
27 struct pci_controller { struct28 struct pci_controller *next; argument29 struct pci_bus *bus;30 struct device_node *of_node;32 struct pci_ops *pci_ops;33 struct resource *mem_resource;57 extern void register_pci_controller(struct pci_controller *hose); argument
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 …]
53 struct pci_controller { struct54 struct pci_bus *bus;55 char is_dynamic;57 int node;82 struct pci_controller_ops controller_ops; argument83 struct pci_ops *ops;84 unsigned int __iomem *cfg_addr;85 void __iomem *cfg_data;134 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
77 static struct pci_controller pci_controller = { variable
50 struct pci_controller pci_controller; member
68 struct pci_controller pci_controller; member
47 struct pci_controller pci_controller; member
217 struct pci_controller pci_controller; member