Home
last modified time | relevance | path

Searched refs:UART_LCR_WLEN8 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_ingenic.c110 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
113 early_out(port, UART_LCR, UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
118 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
121 early_out(port, UART_LCR, UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
H A D8250_omap.c728 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c61 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
/linux/include/uapi/linux/
H A Dserial_reg.h119 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/linux/drivers/tty/serial/
H A Dsunplus-uart.c363 lcr = UART_LCR_WLEN8; in sunplus_set_termios()
H A Dserial-tegra.c68 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8
1332 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios()
/linux/drivers/mmc/core/
H A Dsdio_uart.c620 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()