Home
last modified time | relevance | path

Searched refs:UART_LCR_WLEN7 (Results 1 – 24 of 24) sorted by relevance

/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_sir.c633 outb(UART_LCR_DLAB | UART_LCR_WLEN7, io + UART_LCR); in init_hardware()
636 outb(UART_LCR_WLEN7, io + UART_LCR); in init_hardware()
824 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN7); in init_act200()
834 soutp(UART_LCR, UART_LCR_WLEN7); in init_act200()
852 soutp(UART_LCR, UART_LCR_DLAB|UART_LCR_WLEN7); in init_act220()
859 soutp(UART_LCR, UART_LCR_WLEN7); in init_act220()
885 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN7); in init_act220()
893 soutp(UART_LCR, UART_LCR_WLEN7); in init_act220()
Dlirc_serial.c771 soutp(UART_LCR, UART_LCR_WLEN7); in hardware_init_port()
/linux-4.1.27/arch/frv/kernel/
Dgdb-io.h51 #define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */ macro
/linux-4.1.27/drivers/tty/serial/
Dm32r_sio_reg.h119 #define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */ macro
Dioc3_serial.c111 | UART_LCR_WLEN7 | UART_LCR_WLEN8)
612 sizebits = UART_LCR_WLEN7; in config_port()
Dpxa.c450 cval = UART_LCR_WLEN7; in serial_pxa_set_termios()
Dvr41xx_siu.c532 lcr = UART_LCR_WLEN7; in siu_set_termios()
Dm32r_sio.c706 cval = UART_LCR_WLEN7; in m32r_sio_set_termios()
Dioc4_serial.c378 | UART_LCR_WLEN7 | UART_LCR_WLEN8)
1334 sizebits = UART_LCR_WLEN7; in config_port()
Dserial-tegra.c1133 lcr |= UART_LCR_WLEN7; in tegra_uart_set_termios()
Domap-serial.c877 cval = UART_LCR_WLEN7; in serial_omap_set_termios()
/linux-4.1.27/include/uapi/linux/
Dserial_reg.h110 #define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */ macro
/linux-4.1.27/drivers/usb/serial/
Dssu100.c226 urb_value |= UART_LCR_WLEN7; in ssu100_set_termios()
Df81232.c485 new_lcr |= UART_LCR_WLEN7; in f81232_set_termios()
Dark3116.c238 lcr = UART_LCR_WLEN7; in ark3116_set_termios()
Dquatech2.c295 new_lcr |= UART_LCR_WLEN7; in qt2_set_termios()
Dmos7720.c1557 lData = UART_LCR_WLEN7; in change_port_settings()
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_cls.c759 lcr |= UART_LCR_WLEN7; in cls_param()
Djsm_neo.c1029 lcr |= UART_LCR_WLEN7; in neo_param()
/linux-4.1.27/drivers/mmc/card/
Dsdio_uart.c267 cval = UART_LCR_WLEN7; in sdio_uart_change_speed()
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_cls.c593 lcr |= UART_LCR_WLEN7; in cls_param()
Ddgnc_neo.c749 lcr |= UART_LCR_WLEN7; in neo_param()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_omap.c313 cval = UART_LCR_WLEN7; in omap_8250_set_termios()
D8250_core.c2506 cval = UART_LCR_WLEN7; in serial8250_compute_lcr()