Searched refs:BaudRate (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/stand/efi/include/
H A Defiser.h75 IN UINT64 BaudRate,
118 UINT64 BaudRate; member in struct:__anon9044
H A Defidevp.h270 UINT64 BaudRate; member in struct:_UART_DEVICE_PATH
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c181 _nc_ospeed(int BaudRate) argument
186 if (BaudRate >= 0) {
188 if (speeds[i].sp == BaudRate) {
/freebsd-12-stable/sys/dev/uart/
H A Duart_cpu_acpi.c163 switch (spcr->BaudRate) {
181 printf("SPCR has reserved BaudRate value: %d!\n",
182 (int)spcr->BaudRate);
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dactbl3.h262 UINT8 BaudRate; member in struct:acpi_table_spcr
/freebsd-12-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c236 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (BaudRate), "Baud Rate", 0},
/freebsd-12-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h695 UINT64 BaudRate; member in struct:__anon10584
/freebsd-12-stable/stand/efi/libefi/
H A Ddevpath.c315 ((UART_DEVICE_PATH *)node)->BaudRate,
/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-format.c1544 if (Uart->BaudRate == 0) {
1547 UefiDevicePathLibCatPrint (Str, "Uart(%ld,", Uart->BaudRate);
H A Defivar-dp-parse.c2102 Uart->BaudRate = 115200;
2104 Strtoi64 (BaudStr, &Uart->BaudRate);
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c741 setenv_int("efi_com_speed", uart->BaudRate);

Completed in 141 milliseconds