Searched refs:Csm16PciInterfaceVersion (Results 1 – 3 of 3) sorted by relevance
1146 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()
675 UINT16 Csm16PciInterfaceVersion; member
1923 Private->Csm16PciInterfaceVersion, in LegacyBiosCheckPciRomEx()2315 if ((OpromRevision >= 3) && (Private->Csm16PciInterfaceVersion >= 0x0300)) { in LegacyBiosInstallRom()