Searched defs:pci_sys_data (Results 1 – 1 of 1) sorted by relevance
41 struct pci_sys_data { struct42 struct list_head node;43 int busnr; /* primary bus number */44 u64 mem_offset; /* bus->cpu memory mapping offset */45 unsigned long io_offset; /* bus->cpu IO mapping offset */46 struct pci_bus *bus; /* PCI bus */47 struct list_head resources; /* root bus resources (apertures) */48 struct resource io_res;49 char io_res_name[12];51 u8 (*swizzle)(struct pci_dev *, u8 *);[all …]