Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
DSerialPortLib.c31 #define LCR_OFFSET 0x03 macro
94 IoWrite8 ((UINTN) (gUartBase + LCR_OFFSET), OutputData); in SerialPortInitialize()
106 IoWrite8 ((UINTN) (gUartBase + LCR_OFFSET), OutputData); in SerialPortInitialize()
473 IoWrite8 ((UINTN) (gUartBase + LCR_OFFSET), OutputData); in SerialPortSetAttributes()
485 IoWrite8 ((UINTN) (gUartBase + LCR_OFFSET), OutputData); in SerialPortSetAttributes()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialLib/
DGdbSerialLib.c35 #define LCR_OFFSET 0x03 macro
139 IoWrite8 (gPort + LCR_OFFSET, OutputData); in GdbSerialInit()
152 IoWrite8 (gPort + LCR_OFFSET, OutputData); in GdbSerialInit()
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DSerialDebug.asm28 %define LCR_OFFSET 0x03
118 outToSerialPort LCR_OFFSET, ((DLAB << 7) | SERIAL_DEFAULT_LCR)
129 outToSerialPort LCR_OFFSET, SERIAL_DEFAULT_LCR
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/
DSerialPortLib.c80 IoWrite8 (gComBase + LCR_OFFSET, OutputData); in UARTInitialize()
92 IoWrite8 (gComBase + LCR_OFFSET, OutputData); in UARTInitialize()
DPlatformSerialPortLib.h56 #define LCR_OFFSET 0x03
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
DBsSerialStatusCode.h54 #define LCR_OFFSET 0x03 macro
DBsSerialStatusCode.c2144 IoWrite8 (gComBase + LCR_OFFSET, OutputData); in BsSerialInitializeStatusCode()
2156 IoWrite8 (gComBase + LCR_OFFSET, OutputData); in BsSerialInitializeStatusCode()