Home
last modified time | relevance | path

Searched refs:UART_LCR_SPAR (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/drivers/tty/serial/8250/
D8250_dw.c116 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_serial_out()
162 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_serial_outq()
190 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_serial_out32()
D8250_omap.c328 cval |= UART_LCR_SPAR; in omap_8250_set_termios()
D8250_core.c2525 cval |= UART_LCR_SPAR; in serial8250_compute_lcr()
/linux-4.1.27/arch/frv/kernel/
Dgdb-io.h45 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/linux-4.1.27/drivers/tty/serial/
Dm32r_sio_reg.h113 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
Dserial-tegra.c1114 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
1118 lcr &= ~UART_LCR_SPAR; in tegra_uart_set_termios()
Dvr41xx_siu.c546 lcr |= UART_LCR_SPAR; in siu_set_termios()
Dm32r_sio.c722 cval |= UART_LCR_SPAR; in m32r_sio_set_termios()
Dsunsu.c809 cval |= UART_LCR_SPAR; in sunsu_change_speed()
Domap-serial.c892 cval |= UART_LCR_SPAR; in serial_omap_set_termios()
/linux-4.1.27/include/uapi/linux/
Dserial_reg.h104 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/linux-4.1.27/drivers/usb/serial/
Df81232.c471 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
Dark3116.c253 lcr |= UART_LCR_SPAR; in ark3116_set_termios()
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_cls.c745 lcr |= UART_LCR_SPAR; in cls_param()
Djsm_neo.c1015 lcr |= UART_LCR_SPAR; in neo_param()
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_cls.c579 lcr |= UART_LCR_SPAR; in cls_param()
Ddgnc_neo.c735 lcr |= UART_LCR_SPAR; in neo_param()
/linux-4.1.27/drivers/tty/
Damiserial.c684 cval |= UART_LCR_SPAR; in change_speed()
Dmxser.c678 cval |= UART_LCR_SPAR; in mxser_change_speed()