Searched refs:stop_bits (Results 1 – 13 of 13) sorted by relevance
| /openbmc/qemu/include/chardev/ |
| H A D | char-serial.h | 34 int stop_bits; member
|
| /openbmc/u-boot/include/ |
| H A D | usb_cdc_acm.h | 26 unsigned char stop_bits; member
|
| /openbmc/qemu/hw/char/ |
| H A D | stm32l4x5_usart.c | 291 int speed, parity, data_bits, stop_bits; in stm32l4x5_update_params() local 309 stop_bits = 1; in stm32l4x5_update_params() 312 stop_bits = 2; in stm32l4x5_update_params() 368 ssp.stop_bits = stop_bits; in stm32l4x5_update_params() 372 trace_stm32l4x5_usart_update_params(speed, parity, data_bits, stop_bits); in stm32l4x5_update_params()
|
| H A D | serial.c | 151 int parity, data_bits, stop_bits, frame_size; in serial_update_parameters() local 167 stop_bits = 2; in serial_update_parameters() 169 stop_bits = 1; in serial_update_parameters() 173 frame_size += data_bits + stop_bits; in serial_update_parameters() 179 ssp.stop_bits = stop_bits; in serial_update_parameters() 182 trace_serial_update_parameters(speed, parity, data_bits, stop_bits); in serial_update_parameters()
|
| H A D | escc.c | 479 int speed, parity, data_bits, stop_bits; in escc_update_parameters() local 496 stop_bits = 2; in escc_update_parameters() 498 stop_bits = 1; in escc_update_parameters() 533 ssp.stop_bits = stop_bits; in escc_update_parameters() 534 trace_escc_update_parameters(CHN_C(s), speed, parity, data_bits, stop_bits); in escc_update_parameters()
|
| H A D | cadence_uart.c | 216 ssp.stop_bits = 1; in uart_parameters_setup() 219 ssp.stop_bits = 2; in uart_parameters_setup() 223 packet_size += ssp.data_bits + ssp.stop_bits; in uart_parameters_setup()
|
| H A D | cmsdk-apb-uart.c | 92 ssp.stop_bits = 1; in uart_update_parameters()
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | acpi-defs.h | 111 uint8_t stop_bits; member
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | acpi_table.h | 343 u8 stop_bits; member
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | acpi_table.c | 443 spcr->stop_bits = SERIAL_GET_STOP(serial_config); in acpi_create_spcr()
|
| /openbmc/qemu/hw/arm/ |
| H A D | trace-events | 70 …arameters(const char *label, int speed, char parity, int data_bits, int stop_bits) "%s speed=%d pa…
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | usbtty.c | 268 .stop_bits = 0x00,
|
| /openbmc/qemu/hw/riscv/ |
| H A D | virt-acpi-build.c | 248 .stop_bits = 1, in spcr_setup()
|