Searched defs:hw_pci (Results 1 – 2 of 2) sorted by relevance
19 struct hw_pci { struct20 struct msi_controller *msi_ctrl;21 struct pci_ops *ops;22 int nr_controllers;23 unsigned int io_optional:1;24 void **private_data;25 int (*setup)(int nr, struct pci_sys_data *);26 int (*scan)(int nr, struct pci_host_bridge *);27 void (*preinit)(void);28 void (*postinit)(void);[all …]
266 struct hw_pci hw_pci = { in cns3xxx_pcie_init_late() local