Searched refs:UART_LCR_WLEN8 (Results 1 – 22 of 22) sorted by relevance
/linux/drivers/tty/serial/8250/ |
A 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()
|
A D | 8250_omap.c | 372 cval = UART_LCR_WLEN8; in omap_8250_set_termios() 686 serial_out(up, UART_LCR, UART_LCR_WLEN8); in omap_8250_startup()
|
A D | 8250_port.c | 2332 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 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() 215 lcr = UART_LCR_WLEN8; in ark3116_set_termios()
|
A D | quatech2.c | 296 new_lcr |= UART_LCR_WLEN8; in qt2_set_termios() 390 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
|
A D | ssu100.c | 246 urb_value |= UART_LCR_WLEN8; in ssu100_set_termios()
|
A D | mos7720.c | 1383 lData = UART_LCR_WLEN8; in change_port_settings() 1404 lData = UART_LCR_WLEN8; in change_port_settings()
|
A D | f81232.c | 658 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
|
A D | f81534.c | 985 new_lcr |= UART_LCR_WLEN8; in f81534_set_termios()
|
/linux/arch/powerpc/platforms/embedded6xx/ |
A D | ls_uart.c | 60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
|
/linux/include/uapi/linux/ |
A D | serial_reg.h | 113 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
|
/linux/sound/drivers/ |
A D | serial-u16550.c | 333 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 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()
|
A 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()
|
A D | serial-tegra.c | 69 #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 D | omap-serial.c | 730 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup() 823 cval = UART_LCR_WLEN8; in serial_omap_set_termios()
|
A D | sunsu.c | 684 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
|
/linux/drivers/bluetooth/ |
A D | dtl1_cs.c | 478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
|
/linux/drivers/mmc/core/ |
A 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/drivers/tty/serial/jsm/ |
A D | jsm_cls.c | 752 lcr |= UART_LCR_WLEN8; in cls_param()
|
A D | jsm_neo.c | 1023 lcr |= UART_LCR_WLEN8; in neo_param()
|
/linux/drivers/tty/ |
A D | mxser.c | 591 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