Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_ingenic.c110 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
113 early_out(port, UART_LCR, UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
118 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
121 early_out(port, UART_LCR, UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
H A D8250_early.c131 serial8250_early_out(port, UART_LCR, UART_LCR_WLEN8); /* 8n1 */ in init_port()
H A D8250_port.c809 serial_out(up, UART_LCR, UART_LCR_WLEN8); in size_fifo()
2377 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_do_startup()
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/
H A Ddebug-uart.c75 writel(UART_LCR_WLEN8 << 8, base + UNIPHIER_UART_LCR_MCR); in _debug_uart_init()
/openbmc/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c61 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
/openbmc/u-boot/drivers/serial/
H A Dserial_uniphier.c148 tmp |= UART_LCR_WLEN8 << LCR_SHIFT; in uniphier_serial_probe()
/openbmc/u-boot/include/linux/
H A Dserial_reg.h103 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h118 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Ddebug_ll.S160 mov r1, #UART_LCR_WLEN8 << 8
/openbmc/linux/drivers/usb/serial/
H 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()
H A Dquatech2.c368 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
/openbmc/linux/sound/drivers/
H 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()
/openbmc/linux/drivers/bluetooth/
H A Ddtl1_cs.c478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
/openbmc/linux/drivers/tty/serial/
H A Dsunplus-uart.c361 lcr = UART_LCR_WLEN8; in sunplus_set_termios()
H A Dserial-tegra.c68 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8
1327 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios()
H A Dpxa.c347 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup()
H A Dsunsu.c684 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
H A Domap-serial.c703 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c624 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
/openbmc/linux/drivers/tty/
H A Dmxser.c778 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */ in mxser_activate()