Searched refs:LegMask (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c907 UINT16 LegMask; local
928 &LegMask,
934 LegMask = (UINT16) (LegMask | (UINT16) (1 << PciIrq));
938 &LegMask,
1092 UINT16 LegMask; local
1351 &LegMask,
1357 LegMask = (UINT16) (LegMask & (UINT16)~(1 << PciIrq));
1361 &LegMask,
[all...]
H A DLegacyBootSupport.c239 UINT16 LegMask; local
300 &LegMask,
310 LegMask = (UINT16) ((LegMask &~LegacyInt) | 0x1000);
313 &LegMask,

Completed in 326 milliseconds