Searched refs:parity (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ns16550.c | 52 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 D | exynos4210-uart.c | 31 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 D | pl011.c | 33 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 D | omap-uart.c | 55 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 D | serial.h | 165 int parity; /* default parity (n, o, e, m or s) */ member
|
/xen-4.10.0-shim-comet/xen/include/acpi/ |
A D | actbl2.h | 1008 u8 parity; member
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 295 * `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 D | setup.c | 670 .parity = 'n', in __start_xen()
|
Completed in 19 milliseconds