Home
last modified time | relevance | path

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

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