Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dns16550.c52 parity, enumerator
66 int baud, clock_hz, data_bits, parity, stop_bits, fifo_size, irq; member
114 {"parity", parity},
648 lcr = (uart->data_bits - 5) | ((uart->stop_bits - 1) << 2) | uart->parity; in ns16550_setup_preirq()
745 bits = uart->data_bits + uart->stop_bits + !!uart->parity; in ns16550_init_postirq()
1236 uart->parity = parse_parity_char(*conf); in parse_positional()
1330 case parity: in parse_namevalue_pairs()
1331 uart->parity = parse_parity_char(*param_value); in parse_namevalue_pairs()
1454 uart->parity = parse_parity_char(defaults->parity); in ns16550_init()
1480 uart->parity = UART_PARITY_NONE; in ns16550_uart_dt_init()
A Dexynos4210-uart.c31 unsigned int baud, clock_hz, data_bits, parity, stop_bits; member
152 ulcon |= uart->parity << ULCON_PARITY_SHIFT; in exynos4210_uart_init_preirq()
314 uart->parity = PARITY_NONE; in exynos4210_uart_init()
A Dpl011.c33 unsigned int data_bits, parity, stop_bits; member
108 | uart->parity); in pl011_init_preirq()
232 uart->parity = PARITY_NONE; in pl011_uart_init()
A Domap-uart.c55 u32 baud, clock_hz, data_bits, parity, stop_bits, fifo_size; member
132 ((uart->stop_bits - 1) << 2) | uart->parity); in baud_protocol_setup()
344 uart->parity = UART_PARITY_NONE; in omap_uart_init()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dserial.h165 int parity; /* default parity (n, o, e, m or s) */ member
/xen-4.10.0-shim-comet/xen/include/acpi/
A Dactbl2.h1008 u8 parity; member
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown295 * `DPS` represents the number of data bits, the parity, and the number
298 * `P` is a single character representing the type of parity:
346 * `parity` - accepted values are same as positional parameters
358 com1=baud=115200,parity=n,stop_bits=1,io_base=0x3f8,reg_width=4
1298 Specify what Xen should do in the event of an NMI parity or I/O error.
1360 Disable signaling of SERR (system errors) and/or PERR (parity errors)
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsetup.c670 .parity = 'n', in __start_xen()

Completed in 19 milliseconds