Home
last modified time | relevance | path

Searched refs:UART_LCR_PARITY (Results 1 – 28 of 28) sorted by relevance

/linux-4.1.27/arch/frv/kernel/
Dgdb-io.h47 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/linux-4.1.27/drivers/tty/serial/
Dm32r_sio_reg.h115 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
Dserial-tegra.c1104 lcr &= ~UART_LCR_PARITY; in tegra_uart_set_termios()
1112 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
1116 lcr |= UART_LCR_PARITY; in tegra_uart_set_termios()
Dioc3_serial.c636 UART_LCR_PARITY | LCR_MASK_STOP_BITS); in config_port()
643 lcr |= UART_LCR_PARITY; in config_port()
Dpxa.c461 cval |= UART_LCR_PARITY; in serial_pxa_set_termios()
Dvr41xx_siu.c542 lcr |= UART_LCR_PARITY; in siu_set_termios()
Dm32r_sio.c717 cval |= UART_LCR_PARITY; in m32r_sio_set_termios()
Dioc4_serial.c1358 UART_LCR_PARITY | LCR_MASK_STOP_BITS); in config_port()
1365 lcr |= UART_LCR_PARITY; in config_port()
Dsunsu.c804 cval |= UART_LCR_PARITY; in sunsu_change_speed()
Domap-serial.c888 cval |= UART_LCR_PARITY; in serial_omap_set_termios()
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/
Dls_uart.c70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/linux-4.1.27/include/uapi/linux/
Dserial_reg.h106 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
/linux-4.1.27/drivers/staging/speakup/
Dserialio.c49 cval |= UART_LCR_PARITY; in spk_serial_init()
/linux-4.1.27/drivers/usb/serial/
Dssu100.c34 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
213 urb_value |= UART_LCR_PARITY; in ssu100_set_termios()
Dquatech2.c49 #define SERIAL_EVEN_PARITY (UART_LCR_PARITY | UART_LCR_EPAR)
282 new_lcr |= UART_LCR_PARITY; in qt2_set_termios()
Df81232.c465 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
Dark3116.c248 lcr |= UART_LCR_PARITY; in ark3116_set_termios()
Dmos7720.c1569 lParity = UART_LCR_PARITY; in change_port_settings()
1572 lParity = (UART_LCR_EPAR | UART_LCR_PARITY); in change_port_settings()
/linux-4.1.27/drivers/tty/
Damiserial.c677 cval |= UART_LCR_PARITY; in change_speed()
786 if(cval & UART_LCR_PARITY) in change_speed()
Dmxser.c674 cval |= UART_LCR_PARITY; in mxser_change_speed()
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_cls.c734 lcr |= UART_LCR_PARITY; in cls_param()
Djsm_neo.c1004 lcr |= UART_LCR_PARITY; in neo_param()
/linux-4.1.27/drivers/mmc/card/
Dsdio_uart.c278 cval |= UART_LCR_PARITY; in sdio_uart_change_speed()
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_cls.c568 lcr |= UART_LCR_PARITY; in cls_param()
Ddgnc_neo.c724 lcr |= UART_LCR_PARITY; in neo_param()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_omap.c324 cval |= UART_LCR_PARITY; in omap_8250_set_termios()
D8250_core.c2517 cval |= UART_LCR_PARITY; in serial8250_compute_lcr()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_tty.c1042 cval |= UART_LCR_PARITY; in isdn_tty_change_speed()