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

1 2

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL011SerialPortLib/
PL011SerialPortLib.c 42 EFI_PARITY_TYPE Parity;
48 Parity = (EFI_PARITY_TYPE)PcdGet8 (PcdUartDefaultParity);
54 &BaudRate, &ReceiveFifoDepth, &Parity, &DataBits, &StopBits);
124 @param Parity If applicable, this is the EFI_PARITY_TYPE that is computed or checked
126 support parity, the value is the default parity value.
142 IN OUT EFI_PARITY_TYPE *Parity,
151 Parity,
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPL011SerialPortLib/
FdtPL011SerialPortLib.c 62 EFI_PARITY_TYPE Parity;
79 Parity = (EFI_PARITY_TYPE)PcdGet8 (PcdUartDefaultParity);
85 &Parity, &DataBits, &StopBits);
154 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
169 @param Parity The type of parity to use on this serial device. A Parity value of
170 DefaultParity will use the device's default parity value.
192 IN OUT EFI_PARITY_TYPE *Parity,
EarlyFdtPL011SerialPortLib.c 62 EFI_PARITY_TYPE Parity;
109 Parity = (EFI_PARITY_TYPE)FixedPcdGet8 (PcdUartDefaultParity);
115 &BaudRate, &ReceiveFifoDepth, &Parity, &DataBits, &StopBits);
226 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
241 @param Parity The type of parity to use on this serial device. A Parity value of
242 DefaultParity will use the device's default parity value.
264 IN OUT EFI_PARITY_TYPE *Parity,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
SerMode.c 44 CHAR16 Parity;
67 switch (SerialIo->Mode->Parity) {
70 Parity = 'D';
75 Parity = 'N';
80 Parity = 'E';
85 Parity = 'O';
90 Parity = 'M';
95 Parity = 'S';
100 Parity = 'U';
137 Parity,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DebugPort.h 64 EFI_PARITY_TYPE 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/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/IndustryStandard/
SerialPortConsoleRedirectionTable.h 44 UINT8 Parity;
108 // Parity
IpmiNetFnTransport.h 355 UINT8 Parity : 3;
  /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...]
  /external/syslinux/efi32/include/efi/
efiser.h 70 IN EFI_PARITY_TYPE Parity,
113 UINT32 Parity;
efidevp.h 254 UINT8 Parity;
  /external/syslinux/efi32/include/efi/protocol/
efidbg.h 53 UINT8 Parity;
178 IN EFI_PARITY_TYPE Parity,
  /external/syslinux/efi64/include/efi/
efiser.h 70 IN EFI_PARITY_TYPE Parity,
113 UINT32 Parity;
efidevp.h 254 UINT8 Parity;
  /external/syslinux/efi64/include/efi/protocol/
efidbg.h 53 UINT8 Parity;
178 IN EFI_PARITY_TYPE Parity,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiser.h 70 IN EFI_PARITY_TYPE Parity,
113 UINT32 Parity;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
efidbg.h 53 UINT8 Parity;
178 IN EFI_PARITY_TYPE Parity,
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 399 int Parity = 0;
402 Changed |= colorChainSet(std::move(I), MBB, Parity);
445 int &Parity) {
454 // so the parity counter is updated and we know what color we should
469 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd;
473 if (Parity == 0)
477 DEBUG(dbgs() << " - Parity=" << Parity << ", Color="
491 Parity += (C == Color::Even) ? G->size() : -G->size();
492 PreferredColor = Parity < 0 ? Color::Even : Color::Odd
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.h 221 EFI_PARITY_TYPE Parity;
424 transmit/receice time out, parity, data buts, and stop bits on a serial device.
438 @param Parity[in] The type of parity to use on this serial device.A
439 Parity value of DefaultParity will use the
440 device's default parity value.
459 IN EFI_PARITY_TYPE Parity,
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 715 CHAR8 Parity;
718 switch (Uart->Parity) {
719 case 0 : Parity = 'D'; break;
720 case 1 : Parity = 'N'; break;
721 case 2 : Parity = 'E'; break;
722 case 3 : Parity = 'O'; break;
723 case 4 : Parity = 'M'; break;
724 case 5 : Parity = 'S'; break;
725 default : Parity = 'x'; break;
729 CatPrint(Str, L"Uart(DEFAULT %c",Uart->BaudRate,Parity);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 301 UINT8 Parity;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.h 52 // Parity and Stopbits selection for serial ports.
248 UINT8 Parity;
707 based on the new BaudRate, Data Bits, parity and Stop Bits
880 parity and stop Bits set.
1073 Parity, Stop Bits, Terminal Type.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
BootMaintenanceManager.h 76 // Parity and Stopbits selection for serial ports.
251 UINT8 Parity;
593 based on the new BaudRate, Data Bits, parity and Stop Bits
777 parity and stop Bits set.
961 Parity, Stop Bits, Terminal Type.
    [all...]

Completed in 550 milliseconds

1 2