Home
last modified time | relevance | path

Searched defs:pci_sys_data (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/arch/arm/include/asm/mach/
Dpci.h34 struct pci_sys_data { struct
36 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