Home
last modified time | relevance | path

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

/xen/xen/drivers/char/
A Dns16550.c53 parity, enumerator
67 int baud, clock_hz, data_bits, parity, stop_bits, fifo_size, irq; member
116 {"parity", parity},
653 lcr = (uart->data_bits - 5) | ((uart->stop_bits - 1) << 2) | uart->parity; in ns16550_setup_preirq()
760 bits = uart->data_bits + uart->stop_bits + !!uart->parity; in ns16550_init_postirq()
1301 uart->parity = parse_parity_char(*conf); in parse_positional()
1406 case parity: in parse_namevalue_pairs()
1407 uart->parity = parse_parity_char(*param_value); in parse_namevalue_pairs()
1530 uart->parity = parse_parity_char(defaults->parity); in ns16550_init()
1556 uart->parity = UART_PARITY_NONE; in ns16550_uart_dt_init()
[all …]
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/xen/include/xen/
A Dserial.h167 int parity; /* default parity (n, o, e, m or s) */ member
/xen/xen/include/acpi/
A Dactbl2.h1008 u8 parity; member
/xen/docs/misc/
A Dxen-command-line.pandoc331 * `DPS` represents the number of data bits, the parity, and the number
334 * `P` is a single character representing the type of parity:
382 * `parity` - accepted values are same as positional parameters
394 com1=baud=115200,parity=n,stop-bits=1,io-base=0x3f8,reg-width=4
1581 Specify what Xen should do in the event of an NMI parity or I/O error.
/xen/xen/arch/x86/
A Dsetup.c828 .parity = 'n', in __start_xen()

Completed in 19 milliseconds