OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopBitsList
(Results
1 - 10
of
10
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
Data.c
239
COM_ATTR
StopBitsList
[3] = {
UpdatePage.c
915
for (Index = 0; Index < ARRAY_SIZE (
StopBitsList
); Index++) {
917
if (
StopBitsList
[Index].Value == OneStopBit) {
923
StopBitsList
[Index].StringToken,
[
all
...]
ConsoleOption.c
[
all
...]
BootMaintenanceManager.h
[
all
...]
BootMaintenance.c
557
ASSERT (BmmData->COMStopBits[Index] < (ARRAY_SIZE (
StopBitsList
)));
558
NewTerminalContext->StopBits = (UINT8)
StopBitsList
[BmmData->COMStopBits[Index]].Value;
[
all
...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Data.c
309
COM_ATTR
StopBitsList
[3] = {
UpdatePage.c
1023
for (Index = 0; Index < ARRAY_SIZE (
StopBitsList
); Index++) {
1025
if (
StopBitsList
[Index].Value == OneStopBit) {
1031
StopBitsList
[Index].StringToken,
[
all
...]
ConsoleOption.c
[
all
...]
BootMaint.h
[
all
...]
BootMaint.c
529
ASSERT (NewBmmData->COMStopBits[Index] < (ARRAY_SIZE (
StopBitsList
)));
530
NewTerminalContext->StopBits = (UINT8)
StopBitsList
[NewBmmData->COMStopBits[Index]].Value;
[
all
...]
Completed in 525 milliseconds