Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/mach/
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
/linux/arch/arm/mach-cns3xxx/
A Dpcie.c266 struct hw_pci hw_pci = { in cns3xxx_pcie_init_late() local

Completed in 5 milliseconds