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

/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp336 static void pcbiosCmosWrite(PPDMDEVINS pDevIns, int off, uint32_t u32Val) function
370 pcbiosCmosWrite(pDevIns, offType, 47);
372 pcbiosCmosWrite(pDevIns, offInfo + 0, RT_MIN(pLCHSGeometry->cCylinders, 1024) & 0xff);
374 pcbiosCmosWrite(pDevIns, offInfo + 1, RT_MIN(pLCHSGeometry->cCylinders, 1024) >> 8);
376 pcbiosCmosWrite(pDevIns, offInfo + 2, pLCHSGeometry->cHeads);
378 pcbiosCmosWrite(pDevIns, offInfo + 3, 0xff);
380 pcbiosCmosWrite(pDevIns, offInfo + 4, 0xff);
382 pcbiosCmosWrite(pDevIns, offInfo + 5, 0xff);
384 pcbiosCmosWrite(pDevIns, offInfo + 6, 0xff);
386 pcbiosCmosWrite(pDevIn
[all...]

Completed in 44 milliseconds