Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/embedded6xx/
Dls_uart.c70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/Linux-v4.19/include/uapi/linux/
Dserial_reg.h108 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/Linux-v4.19/drivers/usb/serial/
Df81232.c471 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
Dark3116.c231 lcr |= UART_LCR_STOP; in ark3116_set_termios()
Df81534.c970 new_lcr |= UART_LCR_STOP; in f81534_set_termios()
Dmos7720.c1592 lStop = UART_LCR_STOP; in change_port_settings()
/Linux-v4.19/drivers/tty/serial/
Dserial-tegra.c1130 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()
1133 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
Dioc3_serial.c109 #define LCR_MASK_STOP_BITS (UART_LCR_STOP)
647 lcr |= UART_LCR_STOP /* 2 stop bits */ ; in config_port()
Dpxa.c454 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
Dvr41xx_siu.c527 lcr |= UART_LCR_STOP; in siu_set_termios()
Dioc4_serial.c376 #define LCR_MASK_STOP_BITS (UART_LCR_STOP)
1375 lcr |= UART_LCR_STOP /* 2 stop bits */ ; in config_port()
Domap-serial.c864 cval |= UART_LCR_STOP; in serial_omap_set_termios()
/Linux-v4.19/drivers/tty/serial/jsm/
Djsm_cls.c740 lcr |= UART_LCR_STOP; in cls_param()
Djsm_neo.c1007 lcr |= UART_LCR_STOP; in neo_param()
/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_cls.c750 lcr |= UART_LCR_STOP; in cls_param()
/Linux-v4.19/drivers/mmc/core/
Dsdio_uart.c274 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
/Linux-v4.19/drivers/tty/serial/8250/
D8250_omap.c351 cval |= UART_LCR_STOP; in omap_8250_set_termios()
D8250_port.c2564 cval |= UART_LCR_STOP; in serial8250_compute_lcr()