Searched defs:PCIBIOS_READ_CONFIG_WORD (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/ipxe/
H A Dpcibios.h24 #define PCIBIOS_READ_CONFIG_WORD 0xb1090000 macro
70 rc = pcibios_read ( pci, PCIBIOS_READ_CONFIG_WORD | where, &tmp );
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpciutil.c29 #define PCIBIOS_READ_CONFIG_WORD 0x09 macro
131 return pci_read_cfgw((PCIBIOS_ID << 8) | PCIBIOS_READ_CONFIG_WORD, (bus << 8) | dev_fn, reg);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dmromprefix.S22 #define PCIBIOS_READ_CONFIG_WORD 0xb109 define
404 movw $PCIBIOS_READ_CONFIG_WORD, %ax

Completed in 77 milliseconds