Searched refs:UartDevicePath (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
H A DWinNtSerialIo.c591 CopyMem (&Private->UartDevicePath, &UartNode, sizeof (UART_DEVICE_PATH));
625 (EFI_DEVICE_PATH_PROTOCOL *) &Private->UartDevicePath
650 Private->SerialIoMode.BaudRate = Private->UartDevicePath.BaudRate;
652 Private->SerialIoMode.DataBits = Private->UartDevicePath.DataBits;
653 Private->SerialIoMode.Parity = Private->UartDevicePath.Parity;
654 Private->SerialIoMode.StopBits = Private->UartDevicePath.StopBits;
1028 if (Private->UartDevicePath.BaudRate == BaudRate &&
1029 Private->UartDevicePath.DataBits == DataBits &&
1030 Private->UartDevicePath.Parity == Parity &&
1031 Private->UartDevicePath
[all...]
H A DWinNtSerialIo.h78 UART_DEVICE_PATH UartDevicePath; member in struct:__anon8582
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
H A DSerial.c76 }, // UartDevicePath
153 gSerialDevTemplate.UartDevicePath.BaudRate = PcdGet64 (PcdUartDefaultBaudRate);
154 gSerialDevTemplate.UartDevicePath.DataBits = PcdGet8 (PcdUartDefaultDataBits);
155 gSerialDevTemplate.UartDevicePath.Parity = PcdGet8 (PcdUartDefaultParity);
156 gSerialDevTemplate.UartDevicePath.StopBits = PcdGet8 (PcdUartDefaultStopBits);
463 CopyMem (&SerialDevice->UartDevicePath, Uart, sizeof (UART_DEVICE_PATH));
496 if (!VerifyUartParameters (SerialDevice->ClockRate, SerialDevice->UartDevicePath.BaudRate, SerialDevice->UartDevicePath.DataBits,
497 SerialDevice->UartDevicePath.Parity, SerialDevice->UartDevicePath
[all...]
H A DSerialIo.c773 if (SerialDevice->UartDevicePath.BaudRate == BaudRate &&
774 SerialDevice->UartDevicePath.DataBits == DataBits &&
775 SerialDevice->UartDevicePath.Parity == Parity &&
776 SerialDevice->UartDevicePath.StopBits == StopBits
784 SerialDevice->UartDevicePath.BaudRate = BaudRate;
785 SerialDevice->UartDevicePath.DataBits = DataBits;
786 SerialDevice->UartDevicePath.Parity = (UINT8) Parity;
787 SerialDevice->UartDevicePath.StopBits = (UINT8) StopBits;
802 CopyMem (Uart, &SerialDevice->UartDevicePath, sizeof (UART_DEVICE_PATH));
H A DSerial.h108 UART_DEVICE_PATH UartDevicePath; member in struct:__anon5786
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c54 { // UartDevicePath
173 gSerialDevTempate.UartDevicePath.BaudRate = PcdGet64 (PcdUartDefaultBaudRate);
174 gSerialDevTempate.UartDevicePath.DataBits = PcdGet8 (PcdUartDefaultDataBits);
175 gSerialDevTempate.UartDevicePath.Parity = PcdGet8 (PcdUartDefaultParity);
176 gSerialDevTempate.UartDevicePath.StopBits = PcdGet8 (PcdUartDefaultStopBits);
564 CopyMem (&SerialDevice->UartDevicePath, RemainingDevicePath, sizeof (UART_DEVICE_PATH));
609 (EFI_DEVICE_PATH_PROTOCOL *) &SerialDevice->UartDevicePath
632 SerialDevice->SerialMode.BaudRate = SerialDevice->UartDevicePath.BaudRate;
633 SerialDevice->SerialMode.DataBits = SerialDevice->UartDevicePath.DataBits;
634 SerialDevice->SerialMode.Parity = SerialDevice->UartDevicePath
[all...]
H A DSerial.h100 UART_DEVICE_PATH UartDevicePath; member in struct:__anon5198
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
H A DFtdiUsbSerialDriver.c932 if (UsbSerialDevice->UartDevicePath.BaudRate == BaudRate &&
933 UsbSerialDevice->UartDevicePath.DataBits == DataBits &&
934 UsbSerialDevice->UartDevicePath.StopBits == StopBits &&
935 UsbSerialDevice->UartDevicePath.Parity == Parity
944 UsbSerialDevice->UartDevicePath.BaudRate = BaudRate;
945 UsbSerialDevice->UartDevicePath.DataBits = DataBits;
946 UsbSerialDevice->UartDevicePath.StopBits = (UINT8) StopBits;
947 UsbSerialDevice->UartDevicePath.Parity = (UINT8) Parity;
1912 // set the values of UsbSerialDevice->UartDevicePath
1914 UsbSerialDevice->UartDevicePath
[all...]
H A DFtdiUsbSerialDriver.h236 UART_DEVICE_PATH UartDevicePath; member in struct:__anon8622
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
H A DSerialIo.c178 UART_DEVICE_PATH UartDevicePath; member in struct:__anon9383

Completed in 110 milliseconds