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

/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp515 static uint8_t getBiosBootCode(PDEVPCBIOS pThis, unsigned iOrder) function
610 uint8_t reg3d = getBiosBootCode(pThis, 0) | (getBiosBootCode(pThis, 1) << 4);
611 uint8_t reg38 = /* pcbiosCmosRead(pDevIns, 0x38) | */ getBiosBootCode(pThis, 2) << 4;
613 uint8_t reg3c = getBiosBootCode(pThis, 3) | (pThis->uBootDelay << 4);

Completed in 33 milliseconds