Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_ingenic.c111 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
114 early_out(port, UART_LCR, UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
119 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
122 early_out(port, UART_LCR, UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
A D8250_early.c139 serial8250_early_out(port, UART_LCR, UART_LCR_WLEN8); /* 8n1 */ in init_port()
A D8250_port.c862 serial_out(up, UART_LCR, UART_LCR_WLEN8); in size_fifo()
2365 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_do_startup()
A D8250_omap.c687 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
/linux-6.3-rc2/arch/powerpc/platforms/embedded6xx/
A Dls_uart.c60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
/linux-6.3-rc2/include/uapi/linux/
A Dserial_reg.h118 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/linux-6.3-rc2/drivers/usb/serial/
A Dark3116.c168 priv->lcr = UART_LCR_WLEN8; in ark3116_port_probe()
169 ark3116_write_reg(serial, UART_LCR, UART_LCR_WLEN8); in ark3116_port_probe()
A Dquatech2.c376 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
/linux-6.3-rc2/sound/drivers/
A Dserial-u16550.c333 outb(UART_LCR_WLEN8, io_base + UART_LCR); /* Line Control Register */ in snd_uart16550_detect()
393 outb(UART_LCR_WLEN8 /* 8 data-bits */ in snd_uart16550_do_open()
/linux-6.3-rc2/drivers/bluetooth/
A Ddtl1_cs.c478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
/linux-6.3-rc2/drivers/tty/serial/
A Dsunplus-uart.c361 lcr = UART_LCR_WLEN8; in sunplus_set_termios()
A Dserial-tegra.c69 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8
1325 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios()
A Dpxa.c347 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup()
A Dsunsu.c684 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
A Domap-serial.c710 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup()
/linux-6.3-rc2/drivers/mmc/core/
A Dsdio_uart.c624 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
/linux-6.3-rc2/drivers/tty/
A Dmxser.c778 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */ in mxser_activate()

Completed in 42 milliseconds