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