Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/mach/
Dpci.h22 struct hw_pci { struct
23 struct msi_controller *msi_ctrl;
24 struct pci_ops *ops;
25 int nr_controllers;
26 unsigned int io_optional:1;
27 void **private_data;
28 int (*setup)(int nr, struct pci_sys_data *);
29 int (*scan)(int nr, struct pci_host_bridge *);
30 void (*preinit)(void);
31 void (*postinit)(void);
[all …]
/Linux-v4.19/arch/arm/mach-cns3xxx/
Dpcie.c269 struct hw_pci hw_pci = { in cns3xxx_pcie_init_late() local