Home
last modified time | relevance | path

Searched refs:Disk4075 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBiosInterface.h663 UINT8 Disk4075; member
DLegacyPci.c2405 if ((Private->Disk4075 + 0x80) < LocalDiskStart) { in LegacyBiosInstallRom()
2413 …fiHddTable[Private->LegacyEfiHddTableIndex].StartDriveNumber = (UINT8) (Private->Disk4075 + 0x80); in LegacyBiosInstallRom()
2416 Private->Disk4075 = (UINT8) (LocalDiskStart & 0x7f); in LegacyBiosInstallRom()
DLegacyBios.c379 Private->Disk4075 = 0; in ShadowAndStartLegacy16()