Searched defs:pci_sys_data (Results 1 – 1 of 1) sorted by relevance
34 struct pci_sys_data { struct35 struct list_head node;36 int busnr; /* primary bus number */37 u64 mem_offset; /* bus->cpu memory mapping offset */38 unsigned long io_offset; /* bus->cpu IO mapping offset */39 struct pci_bus *bus; /* PCI bus */40 struct list_head resources; /* root bus resources (apertures) */41 struct resource io_res;42 char io_res_name[12];44 u8 (*swizzle)(struct pci_dev *, u8 *);[all …]