Home
last modified time | relevance | path

Searched refs:BAUD_HIGH_OFFSET (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialLib/
DGdbSerialLib.c27 #define BAUD_HIGH_OFFSET 0x01 macro
144 IoWrite8 (gPort + BAUD_HIGH_OFFSET, (UINT8)(Divisor >> 8)); in GdbSerialInit()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/
DPlatformSerialPortLib.h48 #define BAUD_HIGH_OFFSET 0x01
DSerialPortLib.c85 IoWrite8 (gComBase + BAUD_HIGH_OFFSET, (UINT8) (Divisor >> 8)); in UARTInitialize()
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DSerialDebug.asm20 %define BAUD_HIGH_OFFSET 0x01
123 outToSerialPort BAUD_HIGH_OFFSET, ((115200 / DEFAULT_BPS) >> 8)
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
DSerialPortLib.c23 #define BAUD_HIGH_OFFSET 0x01 macro
99 IoWrite8 ((UINTN) (gUartBase + BAUD_HIGH_OFFSET), (UINT8) (Divisor >> 8)); in SerialPortInitialize()
478 IoWrite8 ((UINTN) (gUartBase + BAUD_HIGH_OFFSET), (UINT8) (Divisor >> 8)); in SerialPortSetAttributes()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
DBsSerialStatusCode.h46 #define BAUD_HIGH_OFFSET 0x01 macro
DBsSerialStatusCode.c2149 IoWrite8 (gComBase + BAUD_HIGH_OFFSET, (UINT8) (Divisor >> 8)); in BsSerialInitializeStatusCode()