Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/mach/
H A Dpci.h19 struct hw_pci { struct
20 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