Symbol: UART_LCR_WLEN8
arch/powerpc/platforms/embedded6xx/ls_uart.c
61
unsigned char cval = UART_LCR_WLEN8;
drivers/mmc/core/sdio_uart.c
620
sdio_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/mxser.c
770
outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */
drivers/tty/serial/8250/8250_early.c
137
serial8250_early_out(port, UART_LCR, UART_LCR_WLEN8); /* 8n1 */
drivers/tty/serial/8250/8250_ingenic.c
110
early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_ingenic.c
113
early_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_ingenic.c
118
early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_ingenic.c
121
early_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_omap.c
728
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_port.c
2265
serial_port_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_port.c
741
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/omap-serial.c
703
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/pxa.c
347
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/serial-tegra.c
1332
lcr &= ~UART_LCR_WLEN8;
drivers/tty/serial/serial-tegra.c
68
#define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8
drivers/tty/serial/sunplus-uart.c
363
lcr = UART_LCR_WLEN8;
drivers/tty/serial/sunsu.c
661
serial_out(up, UART_LCR, UART_LCR_WLEN8);
drivers/usb/serial/ark3116.c
167
priv->lcr = UART_LCR_WLEN8;
drivers/usb/serial/ark3116.c
168
ark3116_write_reg(serial, UART_LCR, UART_LCR_WLEN8);
drivers/usb/serial/quatech2.c
366
DEFAULT_BAUD_RATE, UART_LCR_WLEN8);
sound/drivers/serial-u16550.c
329
outb(UART_LCR_WLEN8, io_base + UART_LCR); /* Line Control Register */
sound/drivers/serial-u16550.c
389
outb(UART_LCR_WLEN8 /* 8 data-bits */