Lines Matching defs:Uart
1578 UART_DEVICE_PATH *Uart;
1581 Uart = DevPath;
1582 switch (Uart->Parity) {
1612 if (Uart->BaudRate == 0) {
1613 UefiDevicePathLibCatPrint (Str, "Uart(DEFAULT,");
1615 UefiDevicePathLibCatPrint (Str, "Uart(%ld,", Uart->BaudRate);
1618 if (Uart->DataBits == 0) {
1621 UefiDevicePathLibCatPrint (Str, "%d,", Uart->DataBits);
1626 switch (Uart->StopBits) {