Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/mach/
Dpci.h42 struct pci_sys_data { struct
43 struct list_head node;
44 int busnr; /* primary bus number */
45 u64 mem_offset; /* bus->cpu memory mapping offset */
46 unsigned long io_offset; /* bus->cpu IO mapping offset */
47 struct pci_bus *bus; /* PCI bus */
48 struct list_head resources; /* root bus resources (apertures) */
49 struct resource io_res;
50 char io_res_name[12];
52 u8 (*swizzle)(struct pci_dev *, u8 *);
[all …]