Home
last modified time | relevance | path

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

12

/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.c344 cval = UART_LCR_WLEN8; in omap_8250_set_termios()
611 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
D8250_port.c2248 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_do_startup()
2482 cval = UART_LCR_WLEN8; in serial8250_compute_lcr()
/drivers/tty/serial/
Dm32r_sio_reg.h120 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
Dioc3_serial.c111 | UART_LCR_WLEN7 | UART_LCR_WLEN8)
426 writeb(UART_LCR_WLEN8 | 0, &uart->iu_lcr); in port_init()
524 writeb(UART_LCR_WLEN8, &port->ip_uart_regs->iu_lcr); in local_open()
615 sizebits = UART_LCR_WLEN8; in config_port()
Dserial-tegra.c80 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8
1119 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios()
1134 lcr |= UART_LCR_WLEN8; in tegra_uart_set_termios()
Dvr41xx_siu.c471 siu_write(port, UART_LCR, UART_LCR_WLEN8); in siu_startup()
535 lcr = UART_LCR_WLEN8; in siu_set_termios()
Dpxa.c377 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup()
453 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
Dioc4_serial.c378 | UART_LCR_WLEN7 | UART_LCR_WLEN8)
861 writeb(UART_LCR_WLEN8 | 0, &uart->i4u_lcr); in port_init()
1247 writeb(UART_LCR_WLEN8, &port->ip_uart_regs->i4u_lcr); in local_open()
1338 sizebits = UART_LCR_WLEN8; in config_port()
Domap-serial.c766 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup()
863 cval = UART_LCR_WLEN8; in serial_omap_set_termios()
Dm32r_sio.c655 cval = UART_LCR_WLEN8; in m32r_sio_set_termios()
/drivers/usb/serial/
Dark3116.c188 priv->lcr = UART_LCR_WLEN8; in ark3116_port_probe()
189 ark3116_write_reg(serial, UART_LCR, UART_LCR_WLEN8); in ark3116_port_probe()
249 lcr = UART_LCR_WLEN8; in ark3116_set_termios()
Dquatech2.c299 new_lcr |= UART_LCR_WLEN8; in qt2_set_termios()
393 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
Dssu100.c245 urb_value |= UART_LCR_WLEN8; in ssu100_set_termios()
Df81232.c489 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
Dmos7720.c1539 lData = UART_LCR_WLEN8; in change_port_settings()
1564 lData = UART_LCR_WLEN8; in change_port_settings()
/drivers/staging/media/lirc/
Dlirc_sir.c610 soutp(UART_LCR, UART_LCR_WLEN8); in init_hardware()
767 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in init_act200()
774 soutp(UART_LCR, UART_LCR_WLEN8); in init_act200()
/drivers/bluetooth/
Dbtuart_cs.c380 lcr = UART_LCR_WLEN8; in btuart_change_speed()
495 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in btuart_open()
Ddtl1_cs.c478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
/drivers/mmc/card/
Dsdio_uart.c271 cval = UART_LCR_WLEN8; in sdio_uart_change_speed()
644 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
/drivers/tty/serial/jsm/
Djsm_cls.c763 lcr |= UART_LCR_WLEN8; in cls_param()
Djsm_neo.c1033 lcr |= UART_LCR_WLEN8; in neo_param()
/drivers/isdn/hisax/
Delsa_ser.c172 serial_outp(cs, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */ in mstartup()
/drivers/staging/dgnc/
Ddgnc_cls.c805 lcr |= UART_LCR_WLEN8; in cls_param()
/drivers/net/irda/
Dsmsc-ircc2.c1163 lcr = UART_LCR_WLEN8; in smsc_ircc_set_sir_speed()
1922 outb(UART_LCR_WLEN8, sir_base + UART_LCR); /* Reset DLAB */ in smsc_ircc_sir_start()

12