Lines Matching defs:Uart
24 The new handle is required, since the serial device must add an UART device
27 Handle(2) - SerialIo - DevicePath(1)\UART
252 // When the driver has produced device path with flow control node but RemainingDevicePath only contains UART node,
391 UART_DEVICE_PATH *Uart;
471 Uart = (UART_DEVICE_PATH *) RemainingDevicePath;
474 Uart->BaudRate,
477 (EFI_PARITY_TYPE) Uart->Parity,
478 Uart->DataBits,
479 (EFI_STOP_BITS_TYPE) Uart->StopBits
481 FlowControl = (UART_FLOW_CONTROL_DEVICE_PATH *) NextDevicePathNode (Uart);
512 // Build the device path by appending the UART
513 // from the WinNtIo handle. The Uart setings are zero here, since
619 // Build the device path by appending the UART node to the ParentDevicePath
620 // from the WinNtIo handle. The Uart setings are zero here, since
943 UART_DEVICE_PATH *Uart;
1130 Uart = (UART_DEVICE_PATH *) (
1135 CopyMem (Uart, &Private->UartDevicePath, sizeof (UART_DEVICE_PATH));