Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c2409 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciSegment = 0xff; in LegacyBiosInstallRom()
2410 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciBus = 0xff; in LegacyBiosInstallRom()
2411 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciDevice = 0xff; in LegacyBiosInstallRom()
2412 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciFunction = 0xff; in LegacyBiosInstallRom()
2413 …Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].StartDriveNumber = (UINT8) (Private->… in LegacyBiosInstallRom()
2414 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].EndDriveNumber = LocalDiskStart; in LegacyBiosInstallRom()
2551 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciSegment = (UINT8) Segment; in LegacyBiosInstallRom()
2552 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciBus = (UINT8) Bus; in LegacyBiosInstallRom()
2553 Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciDevice = (UINT8) Device; in LegacyBiosInstallRom()
2554 … Private->LegacyEfiHddTable[Private->LegacyEfiHddTableIndex].PciFunction = (UINT8) Function; in LegacyBiosInstallRom()
[all …]
DLegacyBios.c237 LEGACY_EFI_HDD_TABLE *LegacyEfiHddTable; in ShadowAndStartLegacy16() local
377 Private->LegacyEfiHddTable = NULL; in ShadowAndStartLegacy16()
566LegacyEfiHddTable = (LEGACY_EFI_HDD_TABLE *) AllocateZeroPool ((UINTN) MAX_HDD_ENTRIES * sizeof (L… in ShadowAndStartLegacy16()
567 ASSERT (LegacyEfiHddTable); in ShadowAndStartLegacy16()
569 Private->LegacyEfiHddTable = LegacyEfiHddTable; in ShadowAndStartLegacy16()
DLegacyBiosInterface.h663 LEGACY_EFI_HDD_TABLE *LegacyEfiHddTable; member