Searched defs:pci_sys_data (Results 1 – 1 of 1) sorted by relevance
34 struct pci_sys_data { struct36 int domain;38 struct list_head node;39 int busnr; /* primary bus number */40 u64 mem_offset; /* bus->cpu memory mapping offset */41 unsigned long io_offset; /* bus->cpu IO mapping offset */65 extern int iop3xx_pci_setup(int nr, struct pci_sys_data *); argument