Searched refs:UART_LCR_PARITY (Results 1 – 21 of 21) sorted by relevance
70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
108 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
35 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)229 urb_value |= UART_LCR_PARITY; in ssu100_set_termios()
45 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)279 new_lcr |= UART_LCR_PARITY; in qt2_set_termios()
208 lcr |= UART_LCR_PARITY; in ark3116_set_termios()
1393 lParity = UART_LCR_PARITY; in change_port_settings()1396 lParity = (UART_LCR_EPAR | UART_LCR_PARITY); in change_port_settings()
637 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
963 new_lcr |= UART_LCR_PARITY; in f81534_set_termios()
71 cval |= UART_LCR_PARITY; in spk_serial_init()
1303 lcr &= ~UART_LCR_PARITY; in tegra_uart_set_termios()1310 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()1314 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
371 lcr |= UART_LCR_PARITY; in sunplus_set_termios()
439 cval |= UART_LCR_PARITY; in serial_pxa_set_termios()
798 cval |= UART_LCR_PARITY; in sunsu_change_speed()
818 cval |= UART_LCR_PARITY; in serial_omap_set_termios()
587 cval |= UART_LCR_PARITY; in change_speed()689 if(cval & UART_LCR_PARITY) in change_speed()
596 cval |= UART_LCR_PARITY; in mxser_change_speed()
721 lcr |= UART_LCR_PARITY; in cls_param()
995 lcr |= UART_LCR_PARITY; in neo_param()
259 cval |= UART_LCR_PARITY; in sdio_uart_change_speed()
371 cval |= UART_LCR_PARITY; in omap_8250_set_termios()
2617 cval |= UART_LCR_PARITY; in serial8250_compute_lcr()