Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/platforms/embedded6xx/
Dls_uart.c70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/Linux-v5.10/include/uapi/linux/
Dserial_reg.h108 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/Linux-v5.10/drivers/usb/serial/
Dark3116.c221 lcr |= UART_LCR_STOP; in ark3116_set_termios()
Df81232.c669 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
Df81534.c973 new_lcr |= UART_LCR_STOP; in f81534_set_termios()
Dmos7720.c1592 lStop = UART_LCR_STOP; in change_port_settings()
/Linux-v5.10/drivers/tty/serial/
Dserial-tegra.c1334 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()
1337 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
Dpxa.c450 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
Dvr41xx_siu.c523 lcr |= UART_LCR_STOP; in siu_set_termios()
Domap-serial.c858 cval |= UART_LCR_STOP; in serial_omap_set_termios()
/Linux-v5.10/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-v5.10/drivers/mmc/core/
Dsdio_uart.c270 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
/Linux-v5.10/drivers/tty/serial/8250/
D8250_omap.c372 cval |= UART_LCR_STOP; in omap_8250_set_termios()
D8250_port.c2569 cval |= UART_LCR_STOP; in serial8250_compute_lcr()