Searched refs:PCIBIOS_READ_CONFIG_DWORD (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/ipxe/
H A Dpcibios.h25 #define PCIBIOS_READ_CONFIG_DWORD 0xb10a0000 macro
87 return pcibios_read ( pci, PCIBIOS_READ_CONFIG_DWORD | where, value );
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpciutil.c30 #define PCIBIOS_READ_CONFIG_DWORD 0x0a macro
136 return pci_read_cfgd((PCIBIOS_ID << 8) | PCIBIOS_READ_CONFIG_DWORD, (bus << 8) | dev_fn, reg);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dmromprefix.S23 #define PCIBIOS_READ_CONFIG_DWORD 0xb10a define
354 movw $PCIBIOS_READ_CONFIG_DWORD, %ax

Completed in 247 milliseconds