| /openbmc/qemu/chardev/ |
| H A D | char-serial.c | 59 int parity, int data_bits, int stop_bits) in tty_serial_init() argument 66 speed, parity, data_bits, stop_bits); in tty_serial_init() 172 if (stop_bits == 2) { in tty_serial_init() 190 ssp->data_bits, ssp->stop_bits); in tty_serial_ioctl()
|
| /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 | exynos4210_uart.c | 344 int speed, parity, data_bits, stop_bits; in exynos4210_uart_update_parameters() local 363 stop_bits = 2; in exynos4210_uart_update_parameters() 365 stop_bits = 1; in exynos4210_uart_update_parameters() 378 ssp.stop_bits = stop_bits; in exynos4210_uart_update_parameters() 380 s->wordtime = NANOSECONDS_PER_SECOND * (data_bits + stop_bits + 1) / speed; in exynos4210_uart_update_parameters() 385 s->channel, speed, parity, data_bits, stop_bits, s->wordtime); in exynos4210_uart_update_parameters()
|
| 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 | trace-events | 10 serial_update_parameters(uint64_t baudrate, char parity, int data_bits, int stop_bits) "baudrate=%"… 44 escc_update_parameters(char channel, int speed, int parity, int data_bits, int stop_bits) "channel …
|
| 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/qemu/hw/arm/ |
| H A D | strongarm.c | 1008 int speed, parity, data_bits, stop_bits, frame_size; in strongarm_uart_update_parameters() local 1025 stop_bits = 2; in strongarm_uart_update_parameters() 1027 stop_bits = 1; in strongarm_uart_update_parameters() 1031 frame_size += data_bits + stop_bits; in strongarm_uart_update_parameters() 1036 ssp.stop_bits = stop_bits; in strongarm_uart_update_parameters() 1046 stop_bits); in strongarm_uart_update_parameters()
|
| H A D | trace-events | 70 …arameters(const char *label, int speed, char parity, int data_bits, int stop_bits) "%s speed=%d pa…
|
| H A D | virt-acpi-build.c | 551 .stop_bits = 1, /* 1 Stop bit */ in spcr_setup()
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-serial.c | 379 s->params.stop_bits = 1; in usb_serial_handle_control() 382 s->params.stop_bits = 2; in usb_serial_handle_control() 391 s->params.data_bits, s->params.stop_bits); in usb_serial_handle_control()
|
| /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/u-boot/drivers/serial/ |
| H A D | usbtty.c | 268 .stop_bits = 0x00,
|
| /openbmc/qemu/hw/loongarch/ |
| H A D | virt-acpi-build.c | 281 .stop_bits = 1, in spcr_setup()
|
| /openbmc/qemu/hw/riscv/ |
| H A D | virt-acpi-build.c | 248 .stop_bits = 1, in spcr_setup()
|
| /openbmc/qemu/hw/acpi/ |
| H A D | aml-build.c | 2105 build_append_int_noprefix(table_data, f->stop_bits, 1); in build_spcr()
|