Searched refs:UART_LCR_WLEN8 (Results 1 – 17 of 17) 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_early.c | 135 serial8250_early_out(port, UART_LCR, UART_LCR_WLEN8); /* 8n1 */ in init_port()
|
H A D | 8250_port.c | 811 serial_out(up, UART_LCR, UART_LCR_WLEN8); in size_fifo() 2373 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_do_startup()
|
H A D | 8250_omap.c | 727 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/usb/serial/ |
H A D | ark3116.c | 168 priv->lcr = UART_LCR_WLEN8; in ark3116_port_probe() 169 ark3116_write_reg(serial, UART_LCR, UART_LCR_WLEN8); in ark3116_port_probe()
|
H A D | quatech2.c | 368 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
|
/linux/sound/drivers/ |
H A D | serial-u16550.c | 334 outb(UART_LCR_WLEN8, io_base + UART_LCR); /* Line Control Register */ in snd_uart16550_detect() 394 outb(UART_LCR_WLEN8 /* 8 data-bits */ in snd_uart16550_do_open()
|
/linux/drivers/bluetooth/ |
H A D | dtl1_cs.c | 478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
|
/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()
|
H A D | pxa.c | 347 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup()
|
H A D | sunsu.c | 685 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
|
H A D | omap-serial.c | 703 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup()
|
/linux/drivers/mmc/core/ |
H A D | sdio_uart.c | 620 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
|
/linux/drivers/tty/ |
H A D | mxser.c | 775 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */ in mxser_activate()
|