HomeSort by: relevance | last modified time | path
    Searched defs:Uart (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 69 DEBUGPORT_16550_DEVICE_PATH Uart;
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 880 UART_DEVICE_PATH *Uart;
883 Uart = DevPath;
884 switch (Uart->Parity) {
894 if (Uart->BaudRate == 0) {
895 CatPrint(Str, L"Uart(DEFAULT,");
897 CatPrint(Str, L"Uart(%ld,", Uart->BaudRate);
900 if (Uart->DataBits == 0) {
903 CatPrint(Str, L"%d,", Uart->DataBits);
908 switch (Uart->StopBits)
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 493 UART_DEVICE_PATH Uart;
528 UART_DEVICE_PATH *Uart;

Completed in 14 milliseconds