Home
last modified time | relevance | path

Searched refs:mBaudRateCurrentSupport (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
DWinNtSerialIo.c62 UINT64 mBaudRateCurrentSupport[] = {50, 75, 110, 134, 150, 300, 600, 1200, 1800, 2000, 2400, 3600, … variable
987 …for (Index = 1; Index < (sizeof (mBaudRateCurrentSupport) / sizeof (mBaudRateCurrentSupport[0])); … in WinNtSerialIoSetAttributes()
988 if (BaudRate < mBaudRateCurrentSupport[Index]) { in WinNtSerialIoSetAttributes()
989 BaudRate = mBaudRateCurrentSupport[Index-1]; in WinNtSerialIoSetAttributes()