Searched refs:UART_LCR_EPAR (Results 1 – 21 of 21) sorted by relevance
71 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
113 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
73 cval |= UART_LCR_EPAR; in spk_serial_init()
35 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
210 lcr |= UART_LCR_EPAR; in ark3116_set_termios()
642 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
45 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
968 new_lcr |= UART_LCR_EPAR; in f81534_set_termios()
1397 lParity = (UART_LCR_EPAR | UART_LCR_PARITY); in change_port_settings()
374 lcr |= UART_LCR_EPAR; in sunplus_set_termios()
1322 lcr &= ~UART_LCR_EPAR; in tegra_uart_set_termios()1326 lcr |= UART_LCR_EPAR; in tegra_uart_set_termios()
418 cval |= UART_LCR_EPAR; in serial_pxa_set_termios()
800 cval |= UART_LCR_EPAR; in sunsu_change_speed()
791 cval |= UART_LCR_EPAR; in serial_omap_set_termios()
710 lcr |= UART_LCR_EPAR; in cls_param()
986 lcr |= UART_LCR_EPAR; in neo_param()
259 cval |= UART_LCR_EPAR; in sdio_uart_change_speed()
589 cval |= UART_LCR_EPAR; in change_speed()
596 cval |= UART_LCR_EPAR; in mxser_change_speed()
391 cval |= UART_LCR_EPAR; in omap_8250_set_termios()
2604 cval |= UART_LCR_EPAR; in serial8250_compute_lcr()
Completed in 55 milliseconds