Home
last modified time | relevance | path

Searched refs:UART_LCR_WLEN8 (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
217 lcr = UART_LCR_WLEN8; in ark3116_set_termios()
H A Dquatech2.c296 new_lcr |= UART_LCR_WLEN8; in qt2_set_termios()
390 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
H A Dssu100.c246 urb_value |= UART_LCR_WLEN8; in ssu100_set_termios()
H A Df81232.c685 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c60 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c61 unsigned char cval = UART_LCR_WLEN8; in avr_uart_configure()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dserial_reg.h113 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial_reg.h118 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dserial_reg.h80 #define UART_LCR_WLEN8 0x03 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dserial_reg.h68 #define UART_LCR_WLEN8 0x03 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dserial_reg.h80 #define UART_LCR_WLEN8 0x03 macro
/kernel/linux/linux-5.10/drivers/mmc/core/
H 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()
/kernel/linux/linux-5.10/drivers/tty/serial/
H 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()
H A Dvr41xx_siu.c454 siu_write(port, UART_LCR, UART_LCR_WLEN8); in siu_startup()
518 lcr = UART_LCR_WLEN8; in siu_set_termios()
H 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()
/kernel/linux/linux-5.10/sound/drivers/
H A Dserial-u16550.c336 outb(UART_LCR_WLEN8, io_base + UART_LCR); /* Line Control Register */ in snd_uart16550_detect()
396 outb(UART_LCR_WLEN8 /* 8 data-bits */ in snd_uart16550_do_open()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Ddtl1_cs.c478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Ddtl1_cs.c478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsunplus-uart.c361 lcr = UART_LCR_WLEN8; in sunplus_set_termios()
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H A Djsm_cls.c754 lcr |= UART_LCR_WLEN8; in cls_param()

Completed in 24 milliseconds

12