Home
last modified time | relevance | path

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

/arch/arm/include/asm/mach/
Dpci.h46 struct pci_sys_data { struct
48 int domain;
50 struct list_head node;
51 int busnr; /* primary bus number */
52 u64 mem_offset; /* bus->cpu memory mapping offset */
53 unsigned long io_offset; /* bus->cpu IO mapping offset */
54 struct pci_bus *bus; /* PCI bus */
55 struct list_head resources; /* root bus resources (apertures) */
56 struct resource io_res;
57 char io_res_name[12];
[all …]