Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
A 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()
A D8250_omap.c372 cval = UART_LCR_WLEN8; in omap_8250_set_termios()
686 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
A D8250_port.c2332 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_do_startup()
2597 cval = UART_LCR_WLEN8; in serial8250_compute_lcr()
/linux/drivers/usb/serial/
A 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()
215 lcr = UART_LCR_WLEN8; in ark3116_set_termios()
A Dquatech2.c296 new_lcr |= UART_LCR_WLEN8; in qt2_set_termios()
390 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
A Dssu100.c246 urb_value |= UART_LCR_WLEN8; in ssu100_set_termios()
A Dmos7720.c1383 lData = UART_LCR_WLEN8; in change_port_settings()
1404 lData = UART_LCR_WLEN8; in change_port_settings()
A Df81232.c658 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
A Df81534.c985 new_lcr |= UART_LCR_WLEN8; in f81534_set_termios()
/linux/arch/powerpc/platforms/embedded6xx/
A Dls_uart.c60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
/linux/include/uapi/linux/
A Dserial_reg.h113 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/linux/sound/drivers/
A Dserial-u16550.c333 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/drivers/tty/serial/
A Dpxa.c369 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup()
445 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
A Dvr41xx_siu.c454 siu_write(port, UART_LCR, UART_LCR_WLEN8); in siu_startup()
518 lcr = UART_LCR_WLEN8; in siu_set_termios()
A Dserial-tegra.c69 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8
1319 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios()
1334 lcr |= UART_LCR_WLEN8; in tegra_uart_set_termios()
A Domap-serial.c730 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup()
823 cval = UART_LCR_WLEN8; in serial_omap_set_termios()
A Dsunsu.c684 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
/linux/drivers/bluetooth/
A Ddtl1_cs.c478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
/linux/drivers/mmc/core/
A 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/drivers/tty/serial/jsm/
A Djsm_cls.c752 lcr |= UART_LCR_WLEN8; in cls_param()
A Djsm_neo.c1023 lcr |= UART_LCR_WLEN8; in neo_param()
/linux/drivers/tty/
A Dmxser.c591 cval = UART_LCR_WLEN8; in mxser_change_speed()
771 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */ in mxser_activate()

Completed in 745 milliseconds