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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c2261 UINT8 LocalDiskStart; local
2281 LocalDiskStart = 0;
2360 LocalDiskStart = (UINT8) ((*(UINT8 *) ((UINTN) 0x475)) + 0x80);
2361 if ((Private->Disk4075 + 0x80) < LocalDiskStart) {
2370 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].EndDriveNumber = LocalDiskStart;
2372 Private->Disk4075 = (UINT8) (LocalDiskStart & 0x7f);
2373 Private->DiskEnd = LocalDiskStart;
2506 LocalDiskEnd = (UINT8) (LocalDiskStart + Regs.H.BL);
2577 LocalDiskEnd = (UINT8) (LocalDiskStart + (UINT8) (EndBbsIndex - StartBbsIndex));
2578 if (LocalDiskEnd != LocalDiskStart) {
2596 LocalDiskStart, local
[all...]

Completed in 52 milliseconds