Searched refs:Uart (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-parse.c2089 UART_DEVICE_PATH *Uart; local
2095 Uart = (UART_DEVICE_PATH *) CreateDeviceNode (
2102 Uart->BaudRate = 115200;
2104 Strtoi64 (BaudStr, &Uart->BaudRate);
2106 Uart->DataBits = (UINT8) ((StrCmp (DataBitsStr, "DEFAULT") == 0) ? 8 : Strtoi (DataBitsStr));
2109 Uart->Parity = 0;
2113 Uart->Parity = 1;
2117 Uart->Parity = 2;
2121 Uart->Parity = 3;
2125 Uart
[all...]
H A Defivar-dp-format.c1510 UART_DEVICE_PATH *Uart; local
1513 Uart = DevPath;
1514 switch (Uart->Parity) {
1544 if (Uart->BaudRate == 0) {
1545 UefiDevicePathLibCatPrint (Str, "Uart(DEFAULT,");
1547 UefiDevicePathLibCatPrint (Str, "Uart(%ld,", Uart->BaudRate);
1550 if (Uart->DataBits == 0) {
1553 UefiDevicePathLibCatPrint (Str, "%d,", Uart->DataBits);
1558 switch (Uart
[all...]
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1287 UART_DEVICE_PATH Uart; member in union:__anon9527
1345 UART_DEVICE_PATH *Uart; member in union:__anon9528
/freebsd-13-stable/stand/efi/include/
H A Defidevp.h413 UART_DEVICE_PATH Uart; member in union:__anon7967
448 UART_DEVICE_PATH *Uart; member in union:__anon7968

Completed in 84 milliseconds