Searched refs:Out2 (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SplitFile/
H A Dsplitfile.c92 FILE *Out2; local
121 Out2 = fopen (OutName2, "wb");
122 if (Out2 == NULL) {
144 fputc (CharC, Out2);
149 fclose (Out2);
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
H A DSplit.c233 FILE *Out2; local
417 Out2 = fopen (LongFilePath (OutFileName2), "wb");
418 if (Out2 == NULL) {
439 fputc (CharC, Out2);
450 fclose (Out2);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.h266 // Out2 Bit3: Output2, used to disable interrupt
274 UINT8 Out2 : 1; member in struct:__anon5205
H A DSerial.c1172 Mcr.Bits.Out2 = 0;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
H A DSerial.h221 UINT8 Out2 : 1; ///< Output2, used to disable interrupt member in struct:__anon5793::__anon5794
H A DSerialIo.c537 Mcr.Bits.Out2 = 0;

Completed in 69 milliseconds