HomeSort by relevance Sort by last modified time
    Searched defs:DLAB (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/
BsSerialStatusCode.h 66 #define DLAB 0x01
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SerialPortLib/
PlatformSerialPortLib.h 66 #define DLAB 0x01
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialLib/
GdbSerialLib.c 45 #define DLAB 0x01
138 OutputData = (UINT8)((DLAB << 7) | ((BreakSet << 6) | ((Parity << 3) | ((StopBits << 2) | Data))));
151 OutputData = (UINT8)((~DLAB<<7)|((BreakSet<<6)|((Parity<<3)|((StopBits<<2)| Data))));
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
SerialPortLib.c 41 #define DLAB 0x01
93 OutputData = (UINT8) ((DLAB << 7) | (gBreakSet << 6) | (gParity << 3) | (gStop << 2) | Data);
105 OutputData = (UINT8) ((~DLAB << 7) | (gBreakSet << 6) | (gParity << 3) | (gStop << 2) | Data);
472 OutputData = (UINT8) ((DLAB << 7) | (gBreakSet << 6) | (LcrParity << 3) | (LcrStop << 2) | LcrData);
484 OutputData = (UINT8) ((~DLAB << 7) | (gBreakSet << 6) | (LcrParity << 3) | (LcrStop << 2) | LcrData);

Completed in 242 milliseconds