Searched defs:parity (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/include/chardev/ |
H A D | char-serial.h | 32 int parity; member
|
/openbmc/u-boot/include/ |
H A D | usb_cdc_acm.h | 27 unsigned char parity; member
|
H A D | serial.h | 78 #define SERIAL_SET_PARITY(parity) \ argument
|
/openbmc/qemu/chardev/ |
H A D | char-serial.c | 59 int parity, int data_bits, int stop_bits) in tty_serial_init()
|
/openbmc/u-boot/drivers/serial/ |
H A D | sandbox.c | 180 u8 parity = SERIAL_GET_PARITY(serial_config); in sandbox_serial_setconfig() local
|
H A D | serial_stm32.c | 58 uint parity = SERIAL_GET_PARITY(serial_config); in stm32_serial_setconfig() local
|
H A D | ns16550.c | 362 uint parity = SERIAL_GET_PARITY(serial_config); in ns16550_serial_setconfig() local
|
/openbmc/qemu/hw/char/ |
H A D | stm32l4x5_usart.c | 291 int speed, parity, data_bits, stop_bits; in stm32l4x5_update_params() local
|
H A D | serial.c | 151 int parity, data_bits, stop_bits, frame_size; in serial_update_parameters() local
|
H A D | exynos4210_uart.c | 344 int speed, parity, data_bits, stop_bits; in exynos4210_uart_update_parameters() local
|
H A D | escc.c | 479 int speed, parity, data_bits, stop_bits; in escc_update_parameters() local
|
/openbmc/qemu/include/hw/acpi/ |
H A D | acpi-defs.h | 110 uint8_t parity; member
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | registers.rs | 204 pub parity: Parity, field
|
/openbmc/u-boot/tools/ |
H A D | mxsboot.c | 333 uint32_t parity = 0, tmp; in mx28_nand_parity_13_8() local
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | acpi_table.h | 342 u8 parity; member
|
/openbmc/u-boot/lib/ |
H A D | bch.c | 327 static inline int parity(unsigned int x) in parity() function
|
/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
|