Home
last modified time | relevance | path

Searched defs:pci_controller (Results 1 – 11 of 11) sorted by relevance

/linux/arch/microblaze/include/asm/
A Dpci-bridge.h26 struct pci_controller { struct
27 struct pci_bus *bus;
28 char is_dynamic;
29 struct device_node *dn;
31 struct device *parent;
33 int first_busno;
34 int last_busno;
36 int self_busno;
55 struct pci_ops *ops;
57 void __iomem *cfg_data;
[all …]
/linux/arch/xtensa/include/asm/
A Dpci-bridge.h33 struct pci_controller { struct
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;
49 struct resource io_resource;
51 int mem_resource_count;
[all …]
/linux/arch/powerpc/include/asm/
A Dpci-bridge.h52 struct pci_controller { struct
53 struct pci_bus *bus;
54 char is_dynamic;
56 int node;
81 struct pci_controller_ops controller_ops; argument
82 struct pci_ops *ops;
83 unsigned int __iomem *cfg_addr;
84 void __iomem *cfg_data;
111 u32 indirect_type;
138 extern int early_read_config_byte(struct pci_controller *hose, int bus, argument
/linux/arch/alpha/include/asm/
A Dpci.h21 struct pci_controller { struct
22 struct pci_controller *next; argument
23 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;
38 unsigned int index;
[all …]
/linux/arch/mips/include/asm/
A Dpci.h30 struct pci_controller { struct
31 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
/linux/arch/ia64/include/asm/
A Dpci.h46 struct pci_controller { struct
56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) argument
/linux/arch/mips/pci/
A Dpci-lantiq.c74 static struct pci_controller pci_controller = { variable
A Dpci-ar724x.c51 struct pci_controller pci_controller; member
A Dpci-rt3883.c65 struct pci_controller pci_controller; member
/linux/include/linux/ssb/
A Dssb_driver_gige.h48 struct pci_controller pci_controller; member
/linux/include/linux/bcma/
A Dbcma_driver_pci.h218 struct pci_controller pci_controller; member

Completed in 20 milliseconds