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

/arch/arm/include/asm/mach/
H A Dpci.h21 struct hw_pci { struct
74 * Call this with your hw_pci struct to initialise the PCI system.
76 void pci_common_init_dev(struct device *, struct hw_pci *);
82 static inline void pci_common_init(struct hw_pci *hw)
/arch/arm/mach-cns3xxx/
H A Dpcie.c33 struct hw_pci hw_pci; member in struct:cns3xxx_pcie
195 .hw_pci = {
220 .hw_pci = {
232 int port = cnspci->hw_pci.domain;
263 int port = cnspci->hw_pci.domain;
338 pci_common_init(&cns3xxx_pcie[i].hw_pci);

Completed in 67 milliseconds