Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dpci.h126 struct pci_setup_rom { struct
127 struct setup_data data;
128 uint16_t vendor;
129 uint16_t devid;
130 uint64_t pcilen;
131 unsigned long segment;
132 unsigned long bus;
133 unsigned long device;
134 unsigned long function;
135 uint8_t romdata[];