Searched refs:PCIBIOS_READ_CONFIG_BYTE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/ipxe/
H A Dpcibios.h23 #define PCIBIOS_READ_CONFIG_BYTE 0xb1080000 macro
50 rc = pcibios_read ( pci, PCIBIOS_READ_CONFIG_BYTE | where, &tmp );
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpciutil.c28 #define PCIBIOS_READ_CONFIG_BYTE 0x08 macro
126 return pci_read_cfgb((PCIBIOS_ID << 8) | PCIBIOS_READ_CONFIG_BYTE, (bus << 8) | dev_fn, reg);

Completed in 43 milliseconds