Searched refs:stop_bits (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/
H A Dusb_cdc_acm.h26 unsigned char stop_bits; member in struct:rs232_emu
H A Defi_api.h647 u8 stop_bits; member in struct:efi_device_path_uart
/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c146 if (uart->stop_bits < 4)
147 s += sprintf(s, "%s)", stop_bits_str[uart->stop_bits]);
149 s += sprintf(s, "%d)", uart->stop_bits);
/u-boot/include/acpi/
H A Dacpi_table.h672 u8 stop_bits; member in struct:acpi_spcr
/u-boot/drivers/serial/
H A Dusbtty.c255 .stop_bits = 0x00,
/u-boot/arch/x86/lib/
H A Dacpi_table.c391 spcr->stop_bits = SERIAL_GET_STOP(serial_config);

Completed in 125 milliseconds