Home
last modified time | relevance | path

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

/drivers/staging/media/lirc/
Dlirc_sir.c618 outb(UART_LCR_DLAB | UART_LCR_WLEN7, io + UART_LCR); in init_hardware()
621 outb(UART_LCR_WLEN7, io + UART_LCR); in init_hardware()
809 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN7); in init_act200()
819 soutp(UART_LCR, UART_LCR_WLEN7); in init_act200()
837 soutp(UART_LCR, UART_LCR_DLAB|UART_LCR_WLEN7); in init_act220()
844 soutp(UART_LCR, UART_LCR_WLEN7); in init_act220()
870 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN7); in init_act220()
878 soutp(UART_LCR, UART_LCR_WLEN7); in init_act220()
Dlirc_serial.c691 soutp(UART_LCR, UART_LCR_WLEN7); in hardware_init_port()
/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()
Dvr41xx_siu.c532 lcr = UART_LCR_WLEN7; in siu_set_termios()
Dpxa.c449 cval = UART_LCR_WLEN7; in serial_pxa_set_termios()
Dm32r_sio.c651 cval = UART_LCR_WLEN7; in m32r_sio_set_termios()
Dioc4_serial.c378 | UART_LCR_WLEN7 | UART_LCR_WLEN8)
1335 sizebits = UART_LCR_WLEN7; in config_port()
Dserial-tegra.c1130 lcr |= UART_LCR_WLEN7; in tegra_uart_set_termios()
Domap-serial.c859 cval = UART_LCR_WLEN7; in serial_omap_set_termios()
/drivers/usb/serial/
Dssu100.c241 urb_value |= UART_LCR_WLEN7; in ssu100_set_termios()
Df81232.c485 new_lcr |= UART_LCR_WLEN7; in f81232_set_termios()
Dark3116.c245 lcr = UART_LCR_WLEN7; in ark3116_set_termios()
Dquatech2.c295 new_lcr |= UART_LCR_WLEN7; in qt2_set_termios()
Dmos7720.c1559 lData = UART_LCR_WLEN7; in change_port_settings()
/drivers/tty/serial/jsm/
Djsm_cls.c759 lcr |= UART_LCR_WLEN7; in cls_param()
Djsm_neo.c1029 lcr |= UART_LCR_WLEN7; in neo_param()
/drivers/staging/dgnc/
Ddgnc_cls.c801 lcr |= UART_LCR_WLEN7; in cls_param()
Ddgnc_neo.c742 lcr |= UART_LCR_WLEN7; in neo_param()
/drivers/mmc/card/
Dsdio_uart.c267 cval = UART_LCR_WLEN7; in sdio_uart_change_speed()
/drivers/tty/serial/8250/
D8250_omap.c340 cval = UART_LCR_WLEN7; in omap_8250_set_termios()
D8250_port.c2478 cval = UART_LCR_WLEN7; in serial8250_compute_lcr()