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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
Data.c 239 COM_ATTR StopBitsList[3] = {
UpdatePage.c 1043 for (Index = 0; Index < sizeof (StopBitsList) / sizeof (StopBitsList[0]); Index++) {
1045 if (StopBitsList[Index].Value == OneStopBit) {
1051 StopBitsList[Index].StringToken,
    [all...]
ConsoleOption.c     [all...]
BootMaintenance.c 724 ASSERT (NewBmmData->COMStopBits[Index] < (sizeof (StopBitsList) / sizeof (StopBitsList[0])));
725 NewTerminalContext->StopBits = (UINT8) StopBitsList[NewBmmData->COMStopBits[Index]].Value;
    [all...]
BootMaintenanceManager.h     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Data.c 309 COM_ATTR StopBitsList[3] = {
UpdatePage.c 1007 for (Index = 0; Index < sizeof (StopBitsList) / sizeof (StopBitsList[0]); Index++) {
1009 if (StopBitsList[Index].Value == OneStopBit) {
1015 StopBitsList[Index].StringToken,
    [all...]
ConsoleOption.c     [all...]
BootMaint.c 529 ASSERT (NewBmmData->COMStopBits[Index] < (sizeof (StopBitsList) / sizeof (StopBitsList[0])));
530 NewTerminalContext->StopBits = (UINT8) StopBitsList[NewBmmData->COMStopBits[Index]].Value;
    [all...]
BootMaint.h     [all...]

Completed in 62 milliseconds