Home
last modified time | relevance | path

Searched refs:UART_LCR_STOP (Results 1 – 16 of 16) sorted by relevance

/drivers/tty/serial/
Dm32r_sio_reg.h116 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 stop bit, 1= 2 stop bits */ macro
Dserial-tegra.c1128 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()
1131 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
Dioc3_serial.c112 #define LCR_MASK_STOP_BITS (UART_LCR_STOP)
650 lcr |= UART_LCR_STOP /* 2 stop bits */ ; in config_port()
Dvr41xx_siu.c540 lcr |= UART_LCR_STOP; in siu_set_termios()
Dpxa.c456 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
Dioc4_serial.c379 #define LCR_MASK_STOP_BITS (UART_LCR_STOP)
1372 lcr |= UART_LCR_STOP /* 2 stop bits */ ; in config_port()
Dm32r_sio.c706 cval |= UART_LCR_STOP; in m32r_sio_set_termios()
Dmfd.c913 cval |= UART_LCR_STOP; in serial_hsu_set_termios()
Domap-serial.c876 cval |= UART_LCR_STOP; in serial_omap_set_termios()
/drivers/usb/serial/
Dark3116.c246 lcr |= UART_LCR_STOP; in ark3116_set_termios()
Dmos7720.c1594 lStop = UART_LCR_STOP; in change_port_settings()
/drivers/mmc/card/
Dsdio_uart.c276 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
/drivers/staging/dgnc/
Ddgnc_cls.c615 lcr |= UART_LCR_STOP; in cls_param()
Ddgnc_neo.c754 lcr |= UART_LCR_STOP; in neo_param()
/drivers/tty/serial/jsm/
Djsm_neo.c1024 lcr |= UART_LCR_STOP; in neo_param()
/drivers/tty/serial/8250/
D8250_core.c2405 cval |= UART_LCR_STOP; in serial8250_do_set_termios()