Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/include/asm/
Dpci.h127 struct pci_setup_rom { struct
128 struct setup_data data;
129 uint16_t vendor;
130 uint16_t devid;
131 uint64_t pcilen;
132 unsigned long segment;
133 unsigned long bus;
134 unsigned long device;
135 unsigned long function;
136 uint8_t romdata[];
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpci.h129 struct pci_setup_rom { struct
130 struct setup_data data;
131 uint16_t vendor;
132 uint16_t devid;
133 uint64_t pcilen;
134 unsigned long segment;
135 unsigned long bus;
136 unsigned long device;
137 unsigned long function;
138 uint8_t romdata[0];