Home
last modified time | relevance | path

Searched refs:UART_LCR_STOP (Results 1 – 18 of 18) 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.c1141 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()
1144 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.c458 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
Dm32r_sio.c660 cval |= UART_LCR_STOP; in m32r_sio_set_termios()
Dioc4_serial.c379 #define LCR_MASK_STOP_BITS (UART_LCR_STOP)
1373 lcr |= UART_LCR_STOP /* 2 stop bits */ ; in config_port()
Domap-serial.c868 cval |= UART_LCR_STOP; in serial_omap_set_termios()
/drivers/usb/serial/
Df81232.c475 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
Dark3116.c253 lcr |= UART_LCR_STOP; in ark3116_set_termios()
Dmos7720.c1587 lStop = UART_LCR_STOP; in change_port_settings()
/drivers/tty/serial/jsm/
Djsm_cls.c749 lcr |= UART_LCR_STOP; in cls_param()
Djsm_neo.c1019 lcr |= UART_LCR_STOP; in neo_param()
/drivers/staging/dgnc/
Ddgnc_cls.c791 lcr |= UART_LCR_STOP; in cls_param()
Ddgnc_neo.c732 lcr |= UART_LCR_STOP; in neo_param()
/drivers/mmc/card/
Dsdio_uart.c276 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
/drivers/tty/serial/8250/
D8250_omap.c349 cval |= UART_LCR_STOP; in omap_8250_set_termios()
D8250_port.c2487 cval |= UART_LCR_STOP; in serial8250_compute_lcr()