Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial.h21 #define UART_LCR_WLEN(x) ((x) - 5) macro
/openbmc/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.c651 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag)); in f81232_set_termios()
H A Dquatech2.c276 new_lcr |= UART_LCR_WLEN(tty_get_char_size(cflag)); in qt2_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()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_cls.c732 lcr |= UART_LCR_WLEN(tty_get_char_size(ch->ch_c_cflag)); in cls_param()
H A Djsm_neo.c1006 lcr |= UART_LCR_WLEN(tty_get_char_size(ch->ch_c_cflag)); in neo_param()
/openbmc/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 Dma35d1_serial.c422 lcr = UART_LCR_WLEN(tty_get_char_size(termios->c_cflag)); in ma35d1serial_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.c1328 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()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c254 cval = UART_LCR_WLEN(tty_get_char_size(termios->c_cflag)); in sdio_uart_change_speed()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_omap.c384 cval = UART_LCR_WLEN(tty_get_char_size(termios->c_cflag)); in omap_8250_set_termios()
H A D8250_port.c2641 cval = UART_LCR_WLEN(tty_get_char_size(c_cflag)); in serial8250_compute_lcr()
/openbmc/linux/drivers/tty/
H A Dmxser.c592 cval = UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag)); in mxser_change_speed()