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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
Data.c 213 COM_ATTR ParityList[5] = {
UpdatePage.c 1011 for (Index = 0; Index < sizeof (ParityList) / sizeof (ParityList[0]); Index++) {
1013 if (ParityList[Index].Value == NoParity) {
1019 ParityList[Index].StringToken,
    [all...]
ConsoleOption.c     [all...]
BootMaintenance.c 727 ASSERT (NewBmmData->COMParity[Index] < (sizeof (ParityList) / sizeof (ParityList[0])));
728 NewTerminalContext->Parity = (UINT8) ParityList[NewBmmData->COMParity[Index]].Value;
    [all...]
BootMaintenanceManager.h     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Data.c 283 COM_ATTR ParityList[5] = {
UpdatePage.c 975 for (Index = 0; Index < sizeof (ParityList) / sizeof (ParityList[0]); Index++) {
977 if (ParityList[Index].Value == NoParity) {
983 ParityList[Index].StringToken,
    [all...]
ConsoleOption.c     [all...]
BootMaint.c 532 ASSERT (NewBmmData->COMParity[Index] < (sizeof (ParityList) / sizeof (ParityList[0])));
533 NewTerminalContext->Parity = (UINT8) ParityList[NewBmmData->COMParity[Index]].Value;
    [all...]
BootMaint.h     [all...]

Completed in 68 milliseconds