Searched defs:hw_pci (Results 1 – 2 of 2) sorted by relevance
19 struct hw_pci { struct20 struct pci_ops *ops;21 int nr_controllers;22 void **private_data;23 int (*setup)(int nr, struct pci_sys_data *);24 int (*scan)(int nr, struct pci_host_bridge *);25 void (*preinit)(void);26 void (*postinit)(void);27 u8 (*swizzle)(struct pci_dev *dev, u8 *pin);51 * Call this with your hw_pci struct to initialise the PCI system. argument
266 struct hw_pci hw_pci = { in cns3xxx_pcie_init_late() local