HomeSort by relevance Sort by last modified time
    Searched refs:BaudRateList (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
Data.c 109 COM_ATTR BaudRateList[19] = {
UpdatePage.c 947 for (Index = 0; Index < sizeof (BaudRateList) / sizeof (BaudRateList [0]); Index++) {
949 if (BaudRateList[Index].Value == 115200) {
954 BaudRateList[Index].StringToken,
    [all...]
ConsoleOption.c     [all...]
BootMaintenance.c 718 ASSERT (NewBmmData->COMBaudRate[Index] < (sizeof (BaudRateList) / sizeof (BaudRateList[0])));
719 NewTerminalContext->BaudRate = BaudRateList[NewBmmData->COMBaudRate[Index]].Value;
    [all...]
BootMaintenanceManager.h     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Data.c 179 COM_ATTR BaudRateList[19] = {
UpdatePage.c 911 for (Index = 0; Index < sizeof (BaudRateList) / sizeof (BaudRateList [0]); Index++) {
913 if (BaudRateList[Index].Value == 115200) {
918 BaudRateList[Index].StringToken,
    [all...]
ConsoleOption.c     [all...]
BootMaint.c 523 ASSERT (NewBmmData->COMBaudRate[Index] < (sizeof (BaudRateList) / sizeof (BaudRateList[0])));
524 NewTerminalContext->BaudRate = BaudRateList[NewBmmData->COMBaudRate[Index]].Value;
    [all...]
BootMaint.h     [all...]

Completed in 313 milliseconds