Searched refs:LcrData (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
H A DSerialPortLib.c393 UINT8 LcrData; local
423 LcrData = (UINT8) (*DataBits - (UINT8) 5);
472 OutputData = (UINT8) ((DLAB << 7) | (gBreakSet << 6) | (LcrParity << 3) | (LcrStop << 2) | LcrData);
484 OutputData = (UINT8) ((~DLAB << 7) | (gBreakSet << 6) | (LcrParity << 3) | (LcrStop << 2) | LcrData);
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/BaseSerialPortLib16550/
H A DBaseSerialPortLib16550.c953 UINT8 LcrData; local
971 LcrData = (UINT8) (PcdGet8 (PcdSerialLineControl) & 0x3);
972 *DataBits = LcrData + 5;
980 LcrData = (UINT8) (*DataBits - (UINT8) 5);
1090 Lcr = (UINT8) ((LcrParity << 3) | (LcrStop << 2) | LcrData);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
H A DBaseSerialPortLib16550.c952 UINT8 LcrData; local
970 LcrData = (UINT8) (PcdGet8 (PcdSerialLineControl) & 0x3);
971 *DataBits = LcrData + 5;
979 LcrData = (UINT8) (*DataBits - (UINT8) 5);
1089 Lcr = (UINT8) ((LcrParity << 3) | (LcrStop << 2) | LcrData);

Completed in 9 milliseconds