Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBios.c1146 Private->Csm16PciInterfaceVersion = GetPciInterfaceVersion (Private); in LegacyBiosInstall()
1149 (UINT8) (Private->Csm16PciInterfaceVersion >> 8), in LegacyBiosInstall()
1150 (UINT8) Private->Csm16PciInterfaceVersion in LegacyBiosInstall()
1152 ASSERT (Private->Csm16PciInterfaceVersion != 0); in LegacyBiosInstall()
DLegacyBiosInterface.h675 UINT16 Csm16PciInterfaceVersion; member
DLegacyPci.c1923 Private->Csm16PciInterfaceVersion, in LegacyBiosCheckPciRomEx()
2315 if ((OpromRevision >= 3) && (Private->Csm16PciInterfaceVersion >= 0x0300)) { in LegacyBiosInstallRom()