Searched refs:UART_LCR_WLEN8 (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/tty/serial/8250/
H A D8250_ingenic.c110 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
113 early_out(port, UART_LCR, UART_LCR_WLEN8);
118 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
121 early_out(port, UART_LCR, UART_LCR_WLEN8);
H A D8250_early.c131 serial8250_early_out(port, UART_LCR, UART_LCR_WLEN8); /* 8n1 */
H A D8250_port.c798 serial_out(up, UART_LCR, UART_LCR_WLEN8);
2356 serial_port_out(port, UART_LCR, UART_LCR_WLEN8);
H A D8250_omap.c720 serial_out(up, UART_LCR, UART_LCR_WLEN8);
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c61 unsigned char cval = UART_LCR_WLEN8;
/linux-master/include/uapi/linux/
H A Dserial_reg.h119 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/linux-master/drivers/usb/serial/
H A Dark3116.c168 priv->lcr = UART_LCR_WLEN8;
169 ark3116_write_reg(serial, UART_LCR, UART_LCR_WLEN8);
H A Dquatech2.c368 DEFAULT_BAUD_RATE, UART_LCR_WLEN8);
/linux-master/drivers/bluetooth/
H A Ddtl1_cs.c478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */
/linux-master/sound/drivers/
H A Dserial-u16550.c333 outb(UART_LCR_WLEN8, io_base + UART_LCR); /* Line Control Register */
393 outb(UART_LCR_WLEN8 /* 8 data-bits */
/linux-master/drivers/tty/serial/
H A Dsunplus-uart.c361 lcr = UART_LCR_WLEN8;
H A Dserial-tegra.c68 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8
1327 lcr &= ~UART_LCR_WLEN8;
H A Dpxa.c347 serial_out(up, UART_LCR, UART_LCR_WLEN8);
H A Dsunsu.c684 serial_outp(up, UART_LCR, UART_LCR_WLEN8);
H A Domap-serial.c703 serial_out(up, UART_LCR, UART_LCR_WLEN8);
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c620 sdio_out(port, UART_LCR, UART_LCR_WLEN8);
/linux-master/drivers/tty/
H A Dmxser.c778 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */

Completed in 416 milliseconds