Searched refs:BaudRateList (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DData.c179 COM_ATTR BaudRateList[19] = { variable
H A DUpdatePage.c913 for (Index = 0; Index < sizeof (BaudRateList) / sizeof (BaudRateList [0]); Index++) {
915 if (NewTerminalContext->BaudRate == (UINT64) (BaudRateList[Index].Value)) {
923 BaudRateList[Index].StringToken,
H A DBootMaint.c696 ASSERT (CurrentFakeNVMap->COMBaudRate < (sizeof (BaudRateList) / sizeof (BaudRateList[0])));
697 NewTerminalContext->BaudRate = BaudRateList[CurrentFakeNVMap->COMBaudRate].Value;
H A DBootMaint.h1532 extern COM_ATTR BaudRateList[19];

Completed in 55 milliseconds