Home
last modified time | relevance | path

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

/arch/arm/include/asm/mach/
Dpci.h20 struct hw_pci { struct
22 int domain;
24 struct pci_ops *ops;
25 int nr_controllers;
26 void **private_data;
27 int (*setup)(int nr, struct pci_sys_data *);
28 struct pci_bus *(*scan)(int nr, struct pci_sys_data *);
29 void (*preinit)(void);
30 void (*postinit)(void);
31 u8 (*swizzle)(struct pci_dev *dev, u8 *pin);
[all …]
/arch/arm/mach-cns3xxx/
Dpcie.c38 struct hw_pci hw_pci; member