Home | History | Annotate | Download | only in UefiDevicePathLib

Lines Matching defs:Parity

1416   CHAR8             Parity;

1419 switch (Uart->Parity) {
1421 Parity = 'D';
1425 Parity = 'N';
1429 Parity = 'E';
1433 Parity = 'O';
1437 Parity = 'M';
1441 Parity = 'S';
1445 Parity = 'x';
1461 UefiDevicePathLibCatPrint (Str, L"%c,", Parity);