Home
last modified time | relevance | path

Searched defs:hw_pci (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/mach/
Dpci.h21 struct hw_pci { struct
22 struct msi_controller *msi_ctrl;
23 struct pci_ops *ops;
24 int nr_controllers;
25 void **private_data;
26 int (*setup)(int nr, struct pci_sys_data *);
27 struct pci_bus *(*scan)(int nr, struct pci_sys_data *);
28 void (*preinit)(void);
29 void (*postinit)(void);
30 u8 (*swizzle)(struct pci_dev *dev, u8 *pin);
[all …]
/linux-4.4.14/arch/arm/mach-cns3xxx/
Dpcie.c269 struct hw_pci hw_pci = { in cns3xxx_pcie_init_late() local