Home
last modified time | relevance | path

Searched refs:gStop (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/
DSerialPortLib.c40 UINT8 gStop = 1;
79 …OutputData = (UINT8) ((DLAB << 7) | ((gBreakSet << 6) | ((gParity << 3) | ((gStop << 2) | Data)))); in UARTInitialize()
91 …OutputData = (UINT8) ((~DLAB << 7) | ((gBreakSet << 6) | ((gParity << 3) | ((gStop << 2) | Data)))… in UARTInitialize()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
DSerialPortLib.c55 UINT8 gStop = 1; variable
93 OutputData = (UINT8) ((DLAB << 7) | (gBreakSet << 6) | (gParity << 3) | (gStop << 2) | Data); in SerialPortInitialize()
105 OutputData = (UINT8) ((~DLAB << 7) | (gBreakSet << 6) | (gParity << 3) | (gStop << 2) | Data); in SerialPortInitialize()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
DBsSerialStatusCode.h74 extern UINT8 gStop;
DBsSerialStatusCode.c2143 …OutputData = (UINT8) ((DLAB << 7) | ((gBreakSet << 6) | ((gParity << 3) | ((gStop << 2) | Data)))); in BsSerialInitializeStatusCode()
2155 …OutputData = (UINT8) ((~DLAB << 7) | ((gBreakSet << 6) | ((gParity << 3) | ((gStop << 2) | Data)))… in BsSerialInitializeStatusCode()
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DSerialDebug.asm43 ; UINT8 gStop = 1;