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

/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/ipxe/
H A Dpcibios.h27 #define PCIBIOS_WRITE_CONFIG_WORD 0xb10c0000 macro
117 return pcibios_write ( pci, PCIBIOS_WRITE_CONFIG_WORD | where, value );
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpciutil.c32 #define PCIBIOS_WRITE_CONFIG_WORD 0x0c macro
163 pci_write_cfgw((PCIBIOS_ID << 8) | PCIBIOS_WRITE_CONFIG_WORD, (bus << 8) | dev_fn, reg, val);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dmromprefix.S24 #define PCIBIOS_WRITE_CONFIG_WORD 0xb10c define
414 movw $PCIBIOS_WRITE_CONFIG_WORD, %ax

Completed in 38 milliseconds