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