Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/mach/
Dpci.h44 struct pci_sys_data { struct
46 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 …]