Searched refs:BaudRate (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c46 FixedPcdGet64 (PcdUartDefaultBaudRate), // BaudRate
223 if (UartNode->BaudRate > SERIAL_PORT_MAX_BAUD_RATE) {
481 Uart->BaudRate,
621 SerialDevice->SerialMode.BaudRate = SerialDevice->UartDevicePath.BaudRate;
1175 This->Mode->BaudRate,
1236 @param BaudRate The baudrate of the serial device
1253 IN UINT64 BaudRate,
1274 if (BaudRate == 0) {
1275 BaudRate
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.h482 @param BaudRate The baudrate of the serial device
499 IN UINT64 BaudRate,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSerialPortConsoleRedirectionTable.h42 UINT8 BaudRate; member in struct:__anon11790
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSerialIo.h111 @param BaudRate The requested baud rate. A BaudRate value of 0 will use the
136 IN UINT64 BaudRate,
234 @param BaudRate
263 UINT64 BaudRate; member in struct:__anon12287
H A DDevicePath.h673 UINT64 BaudRate; member in struct:__anon12074
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSerMode.c135 SerialIo->Mode->BaudRate,
182 UINTN BaudRate; local
231 BaudRate = ShellStrToUintn(Temp);
234 BaudRate = 0;
331 (UINT64) BaudRate,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c125 &Uart->BaudRate,
126 &NewTerminalContext->BaudRate,
174 &Uart1->BaudRate,
175 &NewTerminalContext->BaudRate,
219 based on the new BaudRate, Data Bits, parity and Stop Bits
255 &Uart->BaudRate,
256 &NewTerminalContext->BaudRate,
501 &NewTerminalContext->BaudRate,
502 &SerialIo->Mode->BaudRate,
653 &NewTerminalContext->BaudRate,
[all...]
H A DBootMaint.h254 UINT64 BaudRate; member in struct:__anon10489
715 based on the new BaudRate, Data Bits, parity and Stop Bits
887 Update the device path of "ConOut", "ConIn" and "ErrOut" based on the new BaudRate, Data Bits,
H A DBootMaint.c697 NewTerminalContext->BaudRate = BaudRateList[CurrentFakeNVMap->COMBaudRate].Value;
H A DUpdatePage.c915 if (NewTerminalContext->BaudRate == (UINT64) (BaudRateList[Index].Value)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.c103 &mDebugPortDevice.BaudRate,
104 &((UART_DEVICE_PATH *) DevicePath)->BaudRate,
105 sizeof (((UART_DEVICE_PATH *) DevicePath)->BaudRate)
327 mDebugPortDevice.BaudRate,
335 mDebugPortDevice.BaudRate = 0;
342 mDebugPortDevice.BaudRate,
H A DDebugPort.h62 UINT64 BaudRate; member in struct:__anon11147
/vbox/src/VBox/Devices/Serial/
H A DDrvHostSerial.cpp352 comSetup->BaudRate = CBR_110;
355 comSetup->BaudRate = CBR_300;
358 comSetup->BaudRate = CBR_600;
361 comSetup->BaudRate = CBR_1200;
364 comSetup->BaudRate = CBR_2400;
367 comSetup->BaudRate = CBR_4800;
370 comSetup->BaudRate = CBR_9600;
373 comSetup->BaudRate = CBR_14400;
376 comSetup->BaudRate = CBR_19200;
379 comSetup->BaudRate
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dntddser.h118 ULONG BaudRate; member in struct:_SERIAL_BAUD_RATE
121 /* SERIAL_BAUD_RATE.BaudRate constants */
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h636 UINT64 BaudRate; member in struct:__anon15637
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dntddser.h118 ULONG BaudRate; member in struct:_SERIAL_BAUD_RATE
121 /* SERIAL_BAUD_RATE.BaudRate constants */
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c800 if (Mode->BaudRate != 0) {
801 SerialInTimeOut = (1 + Mode->DataBits + Mode->StopBits) * 2 * 1000000 / (UINTN) Mode->BaudRate;
806 Mode->BaudRate,
H A DTerminalConIn.c539 if (Mode->BaudRate != 0) {
543 SerialInTimeOut = (1 + Mode->DataBits + Mode->StopBits) * 2 * 1000000 / (UINTN) Mode->BaudRate;
548 Mode->BaudRate,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c909 if (Uart->BaudRate == 0) {
912 CatPrint (Str, L"Uart(%ld,%c,", Uart->BaudRate, Parity);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c886 if (Uart->BaudRate == 0) {
889 CatPrint (Str, L"Uart(%ld,%c,", Uart->BaudRate, Parity);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c1417 if (Uart->BaudRate == 0) {
1420 CatPrint (Str, L"Uart(%ld,", Uart->BaudRate);
H A DDevicePathFromText.c1984 Uart->BaudRate = (StrCmp (BaudStr, L"DEFAULT") == 0) ? 115200 : Dtoi (BaudStr);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c533 AppendCSDNum (MappingItem, Uart->BaudRate);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinuser16.h46 UINT16 BaudRate; member in struct:tagDCB16
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinuser16.h46 UINT16 BaudRate; member in struct:tagDCB16

Completed in 110 milliseconds

12