Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/include/asm/mach/
Dpci.h19 struct hw_pci { struct
20 struct msi_controller *msi_ctrl;
21 struct pci_ops *ops;
22 int nr_controllers;
23 unsigned int io_optional:1;
24 void **private_data;
25 int (*setup)(int nr, struct pci_sys_data *);
26 int (*scan)(int nr, struct pci_host_bridge *);
27 void (*preinit)(void);
28 void (*postinit)(void);
[all …]
/Linux-v5.4/arch/arm/mach-cns3xxx/
Dpcie.c266 struct hw_pci hw_pci = { in cns3xxx_pcie_init_late() local