Home
last modified time | relevance | path

Searched refs:UART_LCR_STOP (Results 1 – 13 of 13) 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
Dioc3_serial.c112 #define LCR_MASK_STOP_BITS (UART_LCR_STOP)
650 lcr |= UART_LCR_STOP /* 2 stop bits */ ; in config_port()
Dpxa.c482 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
Dvr41xx_siu.c542 lcr |= UART_LCR_STOP; in siu_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.c719 cval |= UART_LCR_STOP; in m32r_sio_set_termios()
Dmfd.c907 cval |= UART_LCR_STOP; in serial_hsu_set_termios()
Domap-serial.c729 cval |= UART_LCR_STOP; in serial_omap_set_termios()
/drivers/usb/serial/
Dark3116.c255 lcr |= UART_LCR_STOP; in ark3116_set_termios()
Dmos7720.c1675 lStop = UART_LCR_STOP; in change_port_settings()
/drivers/mmc/card/
Dsdio_uart.c292 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
/drivers/tty/serial/jsm/
Djsm_neo.c1017 lcr |= UART_LCR_STOP; in neo_param()
/drivers/tty/serial/8250/
D8250.c2258 cval |= UART_LCR_STOP; in serial8250_do_set_termios()