Searched refs:LocalDiskStart (Results 1 – 1 of 1) sorted by relevance
2274 UINT8 LocalDiskStart; in LegacyBiosInstallRom() local2295 LocalDiskStart = 0; in LegacyBiosInstallRom()2404 LocalDiskStart = (UINT8) ((*(UINT8 *) ((UINTN) 0x475)) + 0x80); in LegacyBiosInstallRom()2405 if ((Private->Disk4075 + 0x80) < LocalDiskStart) { in LegacyBiosInstallRom()2414 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].EndDriveNumber = LocalDiskStart; in LegacyBiosInstallRom()2416 Private->Disk4075 = (UINT8) (LocalDiskStart & 0x7f); in LegacyBiosInstallRom()2417 Private->DiskEnd = LocalDiskStart; in LegacyBiosInstallRom()2550 LocalDiskEnd = (UINT8) (LocalDiskStart + Regs.H.BL); in LegacyBiosInstallRom()2635 LocalDiskEnd = (UINT8) (LocalDiskStart + (UINT8) (EndBbsIndex - StartBbsIndex)); in LegacyBiosInstallRom()2636 if (LocalDiskEnd != LocalDiskStart) { in LegacyBiosInstallRom()[all …]