Home
last modified time | relevance | path

Searched refs:UART_LCR_WLEN (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Dserial.h21 #define UART_LCR_WLEN(x) ((x) - 5) macro
/linux/drivers/usb/serial/
H A Dssu100.c234 urb_value |= UART_LCR_WLEN(tty_get_char_size(cflag)); in ssu100_set_termios()
H A Dark3116.c203 lcr = UART_LCR_WLEN(tty_get_char_size(cflag)); in ark3116_set_termios()
H A Df81232.c650 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag)); in f81232_set_termios()
H A Df81534.c977 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag)); in f81534_set_termios()
H A Dmos7720.c1389 lData = UART_LCR_WLEN(tty_get_char_size(cflag)); in change_port_settings()
/linux/drivers/tty/serial/
H A Dpxa.c411 cval = UART_LCR_WLEN(tty_get_char_size(termios->c_cflag)); in serial_pxa_set_termios()
H A Dcpm_uart.c605 out_be16(&sccp->scc_psmr, (UART_LCR_WLEN(bits) << 12) | scval); in cpm_uart_set_termios()
H A Dserial-tegra.c1333 lcr |= UART_LCR_WLEN(char_bits); in tegra_uart_set_termios()
H A Domap-serial.c784 cval = UART_LCR_WLEN(tty_get_char_size(termios->c_cflag)); in serial_omap_set_termios()