Searched refs:UART_LCR_WLEN8 (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_ingenic.c | 110 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 D | 8250_omap.c | 728 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
|
| /linux/arch/powerpc/platforms/embedded6xx/ |
| H A D | ls_uart.c | 61 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
|
| /linux/include/uapi/linux/ |
| H A D | serial_reg.h | 119 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
|
| /linux/drivers/tty/serial/ |
| H A D | sunplus-uart.c | 363 lcr = UART_LCR_WLEN8; in sunplus_set_termios()
|
| H A D | serial-tegra.c | 68 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8 1332 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios()
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_uart.c | 620 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
|