Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/8250/
D8250_ingenic.c113 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()
D8250_omap.c367 cval = UART_LCR_WLEN8; in omap_8250_set_termios()
636 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
D8250_port.c2325 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_do_startup()
2564 cval = UART_LCR_WLEN8; in serial8250_compute_lcr()
/Linux-v5.10/drivers/usb/serial/
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()
217 lcr = UART_LCR_WLEN8; in ark3116_set_termios()
Dquatech2.c296 new_lcr |= UART_LCR_WLEN8; in qt2_set_termios()
390 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
Dssu100.c246 urb_value |= UART_LCR_WLEN8; in ssu100_set_termios()
Dmos7720.c1548 lData = UART_LCR_WLEN8; in change_port_settings()
1569 lData = UART_LCR_WLEN8; in change_port_settings()
Df81232.c683 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
Df81534.c987 new_lcr |= UART_LCR_WLEN8; in f81534_set_termios()
/Linux-v5.10/arch/powerpc/platforms/embedded6xx/
Dls_uart.c60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
/Linux-v5.10/include/uapi/linux/
Dserial_reg.h112 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/Linux-v5.10/sound/drivers/
Dserial-u16550.c336 outb(UART_LCR_WLEN8, io_base + UART_LCR); /* Line Control Register */ in snd_uart16550_detect()
396 outb(UART_LCR_WLEN8 /* 8 data-bits */ in snd_uart16550_do_open()
/Linux-v5.10/drivers/tty/serial/
Dpxa.c369 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup()
445 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
Dvr41xx_siu.c454 siu_write(port, UART_LCR, UART_LCR_WLEN8); in siu_startup()
518 lcr = UART_LCR_WLEN8; in siu_set_termios()
Dserial-tegra.c69 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8
1312 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios()
1327 lcr |= UART_LCR_WLEN8; in tegra_uart_set_termios()
Domap-serial.c756 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup()
853 cval = UART_LCR_WLEN8; in serial_omap_set_termios()
Dsunsu.c688 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
/Linux-v5.10/drivers/bluetooth/
Ddtl1_cs.c478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
/Linux-v5.10/drivers/mmc/core/
Dsdio_uart.c265 cval = UART_LCR_WLEN8; in sdio_uart_change_speed()
638 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
/Linux-v5.10/drivers/tty/serial/jsm/
Djsm_cls.c754 lcr |= UART_LCR_WLEN8; in cls_param()
Djsm_neo.c1021 lcr |= UART_LCR_WLEN8; in neo_param()
/Linux-v5.10/drivers/tty/
Dmxser.c913 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */ in mxser_activate()