HomeSort by relevance Sort by last modified time
    Searched refs:Parity (Results 1 - 25 of 69) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
SerMode.c 43 CHAR16 Parity;
66 switch (SerialIo->Mode->Parity) {
69 Parity = 'D';
74 Parity = 'N';
79 Parity = 'E';
84 Parity = 'O';
89 Parity = 'M';
94 Parity = 'S';
99 Parity = 'U';
136 Parity,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SerialDxe/
SerialIo.c 48 Sets the baud rate, receive FIFO depth, transmit/receive time out, parity,
61 @param Parity The type of parity to use on this serial device. A Parity value of
62 DefaultParity will use the device's default parity value.
80 IN EFI_PARITY_TYPE Parity,
174 0, // Parity
192 0, // Parity yes
243 This->Mode->Parity = (UINT32) PcdGet8 (PcdUartDefaultParity);
251 mSerialDevicePath.Uart.Parity == (UINT8) This->Mode->Parity &&
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL011SerialPortLib/
PL011SerialPortLib.c 40 EFI_PARITY_TYPE Parity;
46 Parity = (EFI_PARITY_TYPE)FixedPcdGet8 (PcdUartDefaultParity);
55 &Parity,
131 @param Parity If applicable, this is the EFI_PARITY_TYPE
134 does not support parity, the value is the
135 default parity value.
153 IN OUT EFI_PARITY_TYPE *Parity,
163 Parity,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialLib/
GdbSerialLib.c 73 UINT8 Parity;
79 Parity = PcdGet8 (PcdGdbParity);
83 return GdbSerialInit (BaudRate, Parity, DataBits, StopBits);
89 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
95 @param Parity The type of parity to use on this serial device. A Parity value of
96 DefaultParity will use the device's default parity value.
111 IN UINT8 Parity,
138 OutputData = (UINT8)((DLAB << 7) | ((BreakSet << 6) | ((Parity << 3) | ((StopBits << 2) | Data))));
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
GdbSerialLib.h 22 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
28 @param Parity The type of parity to use on this serial device. A Parity value of
29 DefaultParity will use the device's default parity value.
44 IN UINT8 Parity,
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Library/HiKey960Lib/
HiKey960.c 114 EFI_PARITY_TYPE Parity;
125 Parity = (EFI_PARITY_TYPE)FixedPcdGet8 (PcdUartDefaultParity);
135 &Parity,
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
UartLineSettings.h 63 /// UART Parity enum
65 DEFAULT_PARITY = 0, ///< Default Parity
66 NO_PARITY, ///< No Parity
67 EVEN_PARITY, ///< Even Parity
68 ODD_PARITY, ///< Odd Parity
69 MARK_PARITY, ///< Mark Parity
70 SPACE_PARITY ///< Space Parity
93 UART_PARITY Parity; ///< UART Parity
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPL011SerialPortLib/
EarlyFdtPL011SerialPortLib.c 62 EFI_PARITY_TYPE Parity;
109 Parity = (EFI_PARITY_TYPE)FixedPcdGet8 (PcdUartDefaultParity);
118 &Parity,
232 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
247 @param Parity The type of parity to use on this serial device. A Parity value of
248 DefaultParity will use the device's default parity value.
270 IN OUT EFI_PARITY_TYPE *Parity,
FdtPL011SerialPortLib.c 62 EFI_PARITY_TYPE Parity;
79 Parity = (EFI_PARITY_TYPE)PcdGet8 (PcdUartDefaultParity);
88 &Parity,
160 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
175 @param Parity The type of parity to use on this serial device. A Parity value of
176 DefaultParity will use the device's default parity value.
198 IN OUT EFI_PARITY_TYPE *Parity,
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialcli.py 94 self._port_handle.Parity = getattr(System.IO.Ports.Parity, 'None') # reserved keyword in Py3k
96 self._port_handle.Parity = System.IO.Ports.Parity.Even
98 self._port_handle.Parity = System.IO.Ports.Parity.Odd
100 self._port_handle.Parity = System.IO.Ports.Parity.Mark
102 self._port_handle.Parity = System.IO.Ports.Parity.Spac
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/
ArmJuno.c 120 EFI_PARITY_TYPE Parity;
131 Parity = (EFI_PARITY_TYPE)FixedPcdGet8 (PcdUartDefaultParity);
141 &Parity,
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
SerialPortLib.h 137 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
152 @param Parity The type of parity to use on this serial device. A Parity value of
153 DefaultParity will use the device's default parity value.
175 IN OUT EFI_PARITY_TYPE *Parity,
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSerialPortLibNull/
BaseSerialPortLibNull.c 152 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
167 @param Parity The type of parity to use on this serial device. A Parity value of
168 DefaultParity will use the device's default parity value.
190 IN OUT EFI_PARITY_TYPE *Parity,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SerialIo/
SerialIo.h 110 IN EFI_PARITY_TYPE Parity,
117 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
131 Parity - The type of parity to use on this serial device. A Parity value of
132 DefaultParity will use the device's default parity value.
258 Parity - If applicable, this is the EFI_PARITY_TYPE that is computed or
260 does not support parity the value is the default parity value.
276 UINT32 Parity;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SerialIo.h 40 /// Parity type that is computed or checked as each character is transmitted or received. If the
41 /// device does not support parity, the value is the default parity value.
107 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
120 @param Parity The type of parity to use on this serial device. A Parity value of
121 DefaultParity will use the device's default parity value.
139 IN EFI_PARITY_TYPE Parity,
245 @param Parity
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c 21 // 115200, No parity, 8 data bits, 1 stop bit, No Flow control
574 Internal function that sets the Data Bits, Stop Bits and Parity values on the
580 @param Parity[in] The parity type that will be set on the Usb
600 IN EFI_PARITY_TYPE Parity,
651 // Set Parity
653 if (Parity == DefaultParity) {
654 Parity = LastSettings->Parity;
657 if (Parity == NoParity) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
WinNtSerialIo.c 204 if (UartNode->Parity < NoParity || UartNode->Parity > SpaceParity) {
477 (EFI_PARITY_TYPE) Uart->Parity,
653 Private->SerialIoMode.Parity = Private->UartDevicePath.Parity;
890 (EFI_PARITY_TYPE)This->Mode->Parity,
903 IN EFI_PARITY_TYPE Parity,
919 Parity - The type of parity used in serial device.
964 if (Parity == DefaultParity) {
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuSerialPortLib/
DxeEmuSerialPortLib.c 162 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
177 @param Parity The type of parity to use on this serial device. A Parity value of
178 DefaultParity will use the device's default parity value.
200 IN OUT EFI_PARITY_TYPE *Parity,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SerialPortConsoleRedirectionTable.h 45 UINT8 Parity;
129 // Parity
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/GdbSerialLib/
GdbSerialLib.c 37 IN UINT8 Parity,
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
SerialPortLib.c 348 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
363 @param Parity The type of parity to use on this serial device. A Parity value of
364 DefaultParity will use the device's default parity value.
386 IN OUT EFI_PARITY_TYPE *Parity,
408 if (*Parity == DefaultParity) {
409 *Parity = NoParity;
425 switch (*Parity) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
Serial.c 171 gSerialDevTempate.SerialMode.Parity = PcdGet8 (PcdUartDefaultParity);
175 gSerialDevTempate.UartDevicePath.Parity = PcdGet8 (PcdUartDefaultParity);
238 if (UartNode->Parity < NoParity || UartNode->Parity > SpaceParity) {
495 (EFI_PARITY_TYPE) Uart->Parity,
634 SerialDevice->SerialMode.Parity = SerialDevice->UartDevicePath.Parity;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
SerialIo.c 59 @param Parity The type of parity used in serial device.
77 IN EFI_PARITY_TYPE Parity,
89 (Parity < NoParity) || (Parity > SpaceParity) ||
542 (EFI_PARITY_TYPE) This->Mode->Parity,
591 @param Parity The type of parity used in serial device
608 IN EFI_PARITY_TYPE Parity,
637 if (Parity == DefaultParity) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DebugPort.c 90 &mDebugPortDevice.Parity,
91 &((UART_DEVICE_PATH *) DevicePath)->Parity,
92 sizeof (((UART_DEVICE_PATH *) DevicePath)->Parity)
303 mDebugPortDevice.Parity,
309 mDebugPortDevice.Parity = DefaultParity;
318 mDebugPortDevice.Parity,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 141 &Uart->Parity,
142 &NewTerminalContext->Parity,
190 &Uart1->Parity,
191 &NewTerminalContext->Parity,
223 based on the new BaudRate, Data Bits, parity and Stop Bits
271 &Uart->Parity,
272 &NewTerminalContext->Parity,
517 &NewTerminalContext->Parity,
518 &SerialIo->Mode->Parity,
669 &NewTerminalContext->Parity,
    [all...]

Completed in 647 milliseconds

1 2 3