/Linux-v4.19/arch/powerpc/boot/ |
D | virtex.c | 26 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro 65 out_8(reg_base + (UART_LCR << reg_shift), UART_LCR_WLEN8); in virtex_ns16550_console_init()
|
/Linux-v4.19/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 | 346 cval = UART_LCR_WLEN8; in omap_8250_set_termios() 613 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
|
D | 8250_port.c | 2302 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_do_startup() 2559 cval = UART_LCR_WLEN8; in serial8250_compute_lcr()
|
/Linux-v4.19/arch/powerpc/platforms/embedded6xx/ |
D | ls_uart.c | 60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
|
/Linux-v4.19/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() 227 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 | f81232.c | 485 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
|
D | mos7720.c | 1548 lData = UART_LCR_WLEN8; in change_port_settings() 1569 lData = UART_LCR_WLEN8; in change_port_settings()
|
D | f81534.c | 984 new_lcr |= UART_LCR_WLEN8; in f81534_set_termios()
|
/Linux-v4.19/include/uapi/linux/ |
D | serial_reg.h | 112 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
|
/Linux-v4.19/drivers/tty/serial/ |
D | ioc3_serial.c | 108 | UART_LCR_WLEN7 | UART_LCR_WLEN8) 423 writeb(UART_LCR_WLEN8 | 0, &uart->iu_lcr); in port_init() 521 writeb(UART_LCR_WLEN8, &port->ip_uart_regs->iu_lcr); in local_open() 612 sizebits = UART_LCR_WLEN8; in config_port()
|
D | serial-tegra.c | 69 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8 1108 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios() 1123 lcr |= UART_LCR_WLEN8; in tegra_uart_set_termios()
|
D | pxa.c | 373 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup() 449 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
|
D | vr41xx_siu.c | 458 siu_write(port, UART_LCR, UART_LCR_WLEN8); in siu_startup() 522 lcr = UART_LCR_WLEN8; in siu_set_termios()
|
D | ioc4_serial.c | 375 | UART_LCR_WLEN7 | UART_LCR_WLEN8) 858 writeb(UART_LCR_WLEN8 | 0, &uart->i4u_lcr); in port_init() 1249 writeb(UART_LCR_WLEN8, &port->ip_uart_regs->i4u_lcr); in local_open() 1340 sizebits = UART_LCR_WLEN8; in config_port()
|
D | omap-serial.c | 762 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup() 859 cval = UART_LCR_WLEN8; in serial_omap_set_termios()
|
/Linux-v4.19/sound/drivers/ |
D | serial-u16550.c | 349 outb(UART_LCR_WLEN8, io_base + UART_LCR); /* Line Control Register */ in snd_uart16550_detect() 409 outb(UART_LCR_WLEN8 /* 8 data-bits */ in snd_uart16550_do_open()
|
/Linux-v4.19/drivers/bluetooth/ |
D | dtl1_cs.c | 478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
|
/Linux-v4.19/drivers/mmc/core/ |
D | sdio_uart.c | 269 cval = UART_LCR_WLEN8; in sdio_uart_change_speed() 642 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
|
/Linux-v4.19/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-v4.19/drivers/isdn/hisax/ |
D | elsa_ser.c | 172 serial_outp(cs, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */ in mstartup()
|
/Linux-v4.19/drivers/staging/dgnc/ |
D | dgnc_cls.c | 764 lcr |= UART_LCR_WLEN8; in cls_param()
|