Searched refs:ReceiveFifoDepth (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSerialIo.h114 serial interface. A ReceiveFifoDepth value of 0 will use
137 IN UINT32 ReceiveFifoDepth,
239 @param ReceiveFifoDepth
264 UINT32 ReceiveFifoDepth; member in struct:__anon12287
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.c107 mDebugPortDevice.ReceiveFifoDepth = DEBUGPORT_UART_DEFAULT_FIFO_DEPTH;
328 mDebugPortDevice.ReceiveFifoDepth,
339 mDebugPortDevice.ReceiveFifoDepth = 0;
343 mDebugPortDevice.ReceiveFifoDepth,
H A DDebugPort.h63 UINT32 ReceiveFifoDepth; member in struct:__anon11147
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c482 SerialIo->Mode->ReceiveFifoDepth,
1176 This->Mode->ReceiveFifoDepth,
1237 @param ReceiveFifoDepth The depth of receive FIFO buffer
1254 IN UINT32 ReceiveFifoDepth,
1278 if (ReceiveFifoDepth == 0) {
1279 ReceiveFifoDepth = SERIAL_PORT_DEFAULT_RECEIVE_FIFO_DEPTH;
1354 if ((ReceiveFifoDepth < 1) || (ReceiveFifoDepth > SERIAL_PORT_MAX_RECEIVE_FIFO_DEPTH)) {
1480 This->Mode->ReceiveFifoDepth = ReceiveFifoDepth;
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.h483 @param ReceiveFifoDepth The depth of receive FIFO buffer
500 IN UINT32 ReceiveFifoDepth,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSerMode.c332 SerialIo->Mode->ReceiveFifoDepth,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c807 Mode->ReceiveFifoDepth,
H A DTerminalConIn.c549 Mode->ReceiveFifoDepth,

Completed in 75 milliseconds