Searched defs:hw_pci (Results 1 – 2 of 2) sorted by relevance
21 struct hw_pci { struct23 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 …]
280 struct hw_pci hw_pci = { in cns3xxx_pcie_init_late() local