Home
last modified time | relevance | path

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

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