Searched refs:UART_LCR_WLEN8 (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/drivers/tty/serial/8250/ |
D | 8250_ingenic.c | 113 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_early_console_setup() 116 early_out(port, UART_LCR, UART_LCR_WLEN8); in ingenic_early_console_setup() 121 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_early_console_setup() 124 early_out(port, UART_LCR, UART_LCR_WLEN8); in ingenic_early_console_setup()
|
D | 8250_port.c | 854 serial_out(up, UART_LCR, UART_LCR_WLEN8); in size_fifo() 2359 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_do_startup()
|
D | 8250_omap.c | 677 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
|
/linux-6.1.9/arch/powerpc/platforms/embedded6xx/ |
D | ls_uart.c | 60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
|
/linux-6.1.9/include/uapi/linux/ |
D | serial_reg.h | 113 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
|
/linux-6.1.9/drivers/usb/serial/ |
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()
|
D | quatech2.c | 376 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
|
/linux-6.1.9/sound/drivers/ |
D | serial-u16550.c | 333 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.1.9/drivers/bluetooth/ |
D | dtl1_cs.c | 478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
|
/linux-6.1.9/drivers/tty/serial/ |
D | sunplus-uart.c | 363 lcr = UART_LCR_WLEN8; in sunplus_set_termios()
|
D | serial-tegra.c | 69 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8 1321 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios()
|
D | pxa.c | 370 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup()
|
D | sunsu.c | 685 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
|
D | omap-serial.c | 732 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup()
|
/linux-6.1.9/drivers/mmc/core/ |
D | sdio_uart.c | 625 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
|
/linux-6.1.9/drivers/tty/ |
D | mxser.c | 777 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */ in mxser_activate()
|