HomeSort by relevance Sort by last modified time
    Searched defs:gUartDeviceNode (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
PlatformData.c 20 UART_DEVICE_PATH gUartDeviceNode = gUart;
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
PlatformData.c 32 UART_DEVICE_PATH gUartDeviceNode = gUart;
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformConsole.c 97 UART_DEVICE_PATH gUartDeviceNode = gUart;
146 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
327 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
606 gUartDeviceNode.BaudRate = PcdGet64 (PcdUartDefaultBaudRate);
607 gUartDeviceNode.DataBits = PcdGet8 (PcdUartDefaultDataBits);
608 gUartDeviceNode.Parity = PcdGet8 (PcdUartDefaultParity);
609 gUartDeviceNode.StopBits = PcdGet8 (PcdUartDefaultStopBits);

Completed in 101 milliseconds