Searched refs:Parity (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSerMode.c43 CHAR16 Parity; local
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,
179 EFI_PARITY_TYPE Parity; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSerialPortConsoleRedirectionTable.h43 UINT8 Parity; member in struct:__anon11790
103 // Parity
H A DAcpi50.h133 UINT8 Parity; member in struct:__anon11508
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSerialIo.h40 /// Parity type that is computed or checked as each character is transmitted or received. If the
120 @param Parity The type of parity to use on this serial device. A Parity value of
139 IN EFI_PARITY_TYPE Parity,
245 @param Parity
266 UINT32 Parity; member in struct:__anon12287
H A DDevicePath.h681 /// Parity 0x00 - Default Parity.
682 /// Parity 0x01 - No Parity.
683 /// Parity 0x02 - Even Parity.
684 /// Parity 0x03 - Odd Parity.
685 /// Parity 0x04 - Mark Parity
688 UINT8 Parity; member in struct:__anon12074
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c137 &Uart->Parity,
138 &NewTerminalContext->Parity,
186 &Uart1->Parity,
187 &NewTerminalContext->Parity,
267 &Uart->Parity,
268 &NewTerminalContext->Parity,
513 &NewTerminalContext->Parity,
514 &SerialIo->Mode->Parity,
665 &NewTerminalContext->Parity,
666 &Uart->Parity,
[all...]
H A DBootMaint.h57 // Parity and Stopbits selection for serial ports.
256 UINT8 Parity; member in struct:__anon10489
1079 Parity, Stop Bits, Terminal Type.
H A DBootMaint.c706 NewTerminalContext->Parity = (UINT8) ParityList[CurrentFakeNVMap->COMParity].Value;
H A DUpdatePage.c879 Parity, Stop Bits, Terminal Type.
984 if (NewTerminalContext->Parity == ParityList[Index].Value) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c49 FixedPcdGet8 (PcdUartDefaultParity), // Parity
227 if (UartNode->Parity < NoParity || UartNode->Parity > SpaceParity) {
484 (EFI_PARITY_TYPE) Uart->Parity,
623 SerialDevice->SerialMode.Parity = SerialDevice->UartDevicePath.Parity;
1178 (EFI_PARITY_TYPE) This->Mode->Parity,
1239 @param Parity The type of parity used in serial device
1256 IN EFI_PARITY_TYPE Parity,
1286 if (Parity
1251 IsaSerialSetAttributes( IN EFI_SERIAL_IO_PROTOCOL *This, IN UINT64 BaudRate, IN UINT32 ReceiveFifoDepth, IN UINT32 Timeout, IN EFI_PARITY_TYPE Parity, IN UINT8 DataBits, IN EFI_STOP_BITS_TYPE StopBits ) argument
[all...]
H A DSerial.h235 // ParEn Bit3: Parity Enable
236 // EvenPar Bit4: Even Parity Select
237 // SticPar Bit5: Sticky Parity
305 // Pe Bit2: Parity Error Status
485 @param Parity The type of parity used in serial device
502 IN EFI_PARITY_TYPE Parity,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.c110 &mDebugPortDevice.Parity,
111 &((UART_DEVICE_PATH *) DevicePath)->Parity,
112 sizeof (((UART_DEVICE_PATH *) DevicePath)->Parity)
330 mDebugPortDevice.Parity,
336 mDebugPortDevice.Parity = DefaultParity;
345 mDebugPortDevice.Parity,
H A DDebugPort.h65 EFI_PARITY_TYPE Parity; member in struct:__anon11147
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c876 CHAR8 Parity; local
879 switch (Uart->Parity) {
881 Parity = 'D';
885 Parity = 'N';
889 Parity = 'E';
893 Parity = 'O';
897 Parity = 'M';
901 Parity = 'S';
905 Parity = 'x';
910 CatPrint (Str, L"Uart(DEFAULT,%c,", Parity);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c853 CHAR8 Parity; local
856 switch (Uart->Parity) {
858 Parity = 'D';
862 Parity = 'N';
866 Parity = 'E';
870 Parity = 'O';
874 Parity = 'M';
878 Parity = 'S';
882 Parity = 'x';
887 CatPrint (Str, L"Uart(DEFAULT,%c,", Parity);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c1384 CHAR8 Parity; local
1387 switch (Uart->Parity) {
1389 Parity = 'D';
1393 Parity = 'N';
1397 Parity = 'E';
1401 Parity = 'O';
1405 Parity = 'M';
1409 Parity = 'S';
1413 Parity = 'x';
1429 CatPrint (Str, L"%c,", Parity);
[all...]
H A DDevicePathFromText.c1988 Uart->Parity = 0;
1992 Uart->Parity = 1;
1996 Uart->Parity = 2;
2000 Uart->Parity = 3;
2004 Uart->Parity = 4;
2008 Uart->Parity = 5;
2011 Uart->Parity = 0xff;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dntddser.h196 UCHAR Parity; member in struct:_SERIAL_LINE_CONTROL
205 /* SERIAL_LINE_CONTROL.Parity constants */
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h644 /// Parity 0x00 - Default Parity.
645 /// Parity 0x01 - No Parity.
646 /// Parity 0x02 - Even Parity.
647 /// Parity 0x03 - Odd Parity.
648 /// Parity 0x04 - Mark Parity
651 UINT8 Parity; member in struct:__anon15637
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dntddser.h196 UCHAR Parity; member in struct:_SERIAL_LINE_CONTROL
205 /* SERIAL_LINE_CONTROL.Parity constants */
/vbox/src/VBox/Devices/Serial/
H A DDrvHostSerial.cpp411 comSetup->Parity = EVENPARITY;
414 comSetup->Parity = ODDPARITY;
417 comSetup->Parity = NOPARITY;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c809 (EFI_PARITY_TYPE) (Mode->Parity),
H A DTerminalConIn.c551 (EFI_PARITY_TYPE) (Mode->Parity),
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c535 AppendCSDNum (MappingItem, Uart->Parity);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Guid/
H A DDataHubRecords.h1510 UINT16 Parity :1; member in struct:__anon10621

Completed in 175 milliseconds

12