Searched refs:DefaultStopBits (Results 1 - 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SerialIo/
H A DSerialIo.h48 DefaultStopBits, enumerator in enum:__anon4128
136 value of DefaultStopBits will use the device's default number of
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DSerialIo.h56 DefaultStopBits, enumerator in enum:__anon8129
125 value of DefaultStopBits will use the device's default number of
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSerMode.c104 case DefaultStopBits:
296 StopBits = DefaultStopBits;
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL011Uart/
H A DPL011Uart.c119 case DefaultStopBits:
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
H A DWinNtSerialIo.h121 #define SERIAL_STOPBITS_DEFAULT DefaultStopBits
H A DWinNtSerialIo.c972 if (StopBits == DefaultStopBits) {
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
H A DSerialPortLib.c370 value of DefaultStopBits will use the device's default number of
412 if (*StopBits == DefaultStopBits) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.c311 mDebugPortDevice.StopBits = DefaultStopBits;
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
H A DFtdiUsbSerialDriver.c618 } else if ((StopBits == DefaultStopBits) && ((DataBits == 6) || (DataBits == 7) || (DataBits == 8))) {
622 } else if ((DataBits == 0) && (StopBits == DefaultStopBits)) {
672 if (StopBits == DefaultStopBits) {
833 device. A StopBits value of DefaultStopBits will
921 if (StopBits == DefaultStopBits) {
2375 device. A StopBits value of DefaultStopBits will
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSerialPortLib16550/
H A DBaseSerialPortLib16550.c927 value of DefaultStopBits will use the device's default number of
1035 if (*StopBits == DefaultStopBits) {
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
H A DSerialIo.c668 if (StopBits == DefaultStopBits) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c1305 if (StopBits == DefaultStopBits) {

Completed in 150 milliseconds