Searched refs:UART_LCR_WLEN8 (Results 1 – 22 of 22) sorted by relevance
| /Linux-v5.10/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_omap.c | 367 cval = UART_LCR_WLEN8; in omap_8250_set_termios() 636 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
|
| D | 8250_port.c | 2325 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/ |
| 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() 217 lcr = UART_LCR_WLEN8; in ark3116_set_termios()
|
| D | quatech2.c | 296 new_lcr |= UART_LCR_WLEN8; in qt2_set_termios() 390 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
|
| D | ssu100.c | 246 urb_value |= UART_LCR_WLEN8; in ssu100_set_termios()
|
| D | mos7720.c | 1548 lData = UART_LCR_WLEN8; in change_port_settings() 1569 lData = UART_LCR_WLEN8; in change_port_settings()
|
| D | f81232.c | 683 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
|
| D | f81534.c | 987 new_lcr |= UART_LCR_WLEN8; in f81534_set_termios()
|
| /Linux-v5.10/arch/powerpc/platforms/embedded6xx/ |
| D | ls_uart.c | 60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | serial_reg.h | 112 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
|
| /Linux-v5.10/sound/drivers/ |
| D | serial-u16550.c | 336 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/ |
| D | pxa.c | 369 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup() 445 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
|
| D | vr41xx_siu.c | 454 siu_write(port, UART_LCR, UART_LCR_WLEN8); in siu_startup() 518 lcr = UART_LCR_WLEN8; in siu_set_termios()
|
| D | serial-tegra.c | 69 #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()
|
| D | omap-serial.c | 756 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup() 853 cval = UART_LCR_WLEN8; in serial_omap_set_termios()
|
| D | sunsu.c | 688 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
|
| /Linux-v5.10/drivers/bluetooth/ |
| D | dtl1_cs.c | 478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
|
| /Linux-v5.10/drivers/mmc/core/ |
| D | sdio_uart.c | 265 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/ |
| D | jsm_cls.c | 754 lcr |= UART_LCR_WLEN8; in cls_param()
|
| D | jsm_neo.c | 1021 lcr |= UART_LCR_WLEN8; in neo_param()
|
| /Linux-v5.10/drivers/tty/ |
| D | mxser.c | 913 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */ in mxser_activate()
|