Searched refs:gPciUartDevicePath0 (Results 1 – 1 of 1) sorted by relevance
98 PCI_UART_DEVICE_PATH gPciUartDevicePath0 = { variable226 { (EFI_DEVICE_PATH_PROTOCOL *) &gPciUartDevicePath0, (CONSOLE_OUT | CONSOLE_IN) },245 gPciUartDevicePath0.Uart.BaudRate = PcdGet64 (PcdUartDefaultBaudRate); in InitializePlatformBootManagerLib()246 gPciUartDevicePath0.Uart.DataBits = PcdGet8 (PcdUartDefaultDataBits); in InitializePlatformBootManagerLib()247 gPciUartDevicePath0.Uart.Parity = PcdGet8 (PcdUartDefaultParity); in InitializePlatformBootManagerLib()248 gPciUartDevicePath0.Uart.StopBits = PcdGet8 (PcdUartDefaultStopBits); in InitializePlatformBootManagerLib()277 CopyGuid (&gPciUartDevicePath0.TerminalType.Guid, TerminalTypeGuid); in InitializePlatformBootManagerLib()