Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c71 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
/linux/include/uapi/linux/
H A Dserial_reg.h115 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
/linux/drivers/tty/serial/
H A Dsunplus-uart.c368 lcr |= UART_LCR_STOP; in sunplus_set_termios()
H A Dserial-tegra.c1337 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()
1339 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
/linux/drivers/mmc/core/
H A Dsdio_uart.c255 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
/linux/drivers/tty/serial/8250/
H A D8250_omap.c373 cval |= UART_LCR_STOP; in omap_8250_set_termios_atomic()