Searched refs:StopBitsList (Results 1 – 10 of 10) sorted by relevance
239 COM_ATTR StopBitsList[3] = { variable
915 for (Index = 0; Index < ARRAY_SIZE (StopBitsList); Index++) { in UpdateTerminalPage()917 if (StopBitsList[Index].Value == OneStopBit) { in UpdateTerminalPage()923 StopBitsList[Index].StringToken, in UpdateTerminalPage()
1148 for (AttributeIndex = 0; AttributeIndex < ARRAY_SIZE (StopBitsList); AttributeIndex++) { in GetTerminalAttribute()1149 if (NewTerminalContext->StopBits == (UINT64) (StopBitsList[AttributeIndex].Value)) { in GetTerminalAttribute()
1336 extern COM_ATTR StopBitsList[3];
557 ASSERT (BmmData->COMStopBits[Index] < (ARRAY_SIZE (StopBitsList))); in UpdateTerminalContent()558 NewTerminalContext->StopBits = (UINT8) StopBitsList[BmmData->COMStopBits[Index]].Value; in UpdateTerminalContent()
309 COM_ATTR StopBitsList[3] = { variable
1023 for (Index = 0; Index < ARRAY_SIZE (StopBitsList); Index++) { in UpdateTerminalPage()1025 if (StopBitsList[Index].Value == OneStopBit) { in UpdateTerminalPage()1031 StopBitsList[Index].StringToken, in UpdateTerminalPage()
1184 for (AttributeIndex = 0; AttributeIndex < ARRAY_SIZE (StopBitsList); AttributeIndex++) { in GetTerminalAttribute()1185 if (NewTerminalContext->StopBits == (UINT64) (StopBitsList[AttributeIndex].Value)) { in GetTerminalAttribute()
529 ASSERT (NewBmmData->COMStopBits[Index] < (ARRAY_SIZE (StopBitsList))); in BootMaintRouteConfig()530 NewTerminalContext->StopBits = (UINT8) StopBitsList[NewBmmData->COMStopBits[Index]].Value; in BootMaintRouteConfig()
1659 extern COM_ATTR StopBitsList[3];