Searched refs:UART_LCR_WLEN8 (Results 1 – 25 of 26) sorted by relevance
12
/drivers/tty/serial/ |
D | m32r_sio_reg.h | 120 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
|
D | ioc3_serial.c | 111 | UART_LCR_WLEN7 | UART_LCR_WLEN8) 426 writeb(UART_LCR_WLEN8 | 0, &uart->iu_lcr); in port_init() 524 writeb(UART_LCR_WLEN8, &port->ip_uart_regs->iu_lcr); in local_open() 615 sizebits = UART_LCR_WLEN8; in config_port()
|
D | serial-tegra.c | 81 #define TEGRA_UART_DEFAULT_LSR UART_LCR_WLEN8 1097 lcr &= ~UART_LCR_WLEN8; in tegra_uart_set_termios() 1112 lcr |= UART_LCR_WLEN8; in tegra_uart_set_termios()
|
D | pxa.c | 400 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup() 476 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
|
D | vr41xx_siu.c | 471 siu_write(port, UART_LCR, UART_LCR_WLEN8); in siu_startup() 535 lcr = UART_LCR_WLEN8; in siu_set_termios()
|
D | ioc4_serial.c | 378 | UART_LCR_WLEN7 | UART_LCR_WLEN8) 861 writeb(UART_LCR_WLEN8 | 0, &uart->i4u_lcr); in port_init() 1246 writeb(UART_LCR_WLEN8, &port->ip_uart_regs->i4u_lcr); in local_open() 1337 sizebits = UART_LCR_WLEN8; in config_port()
|
D | mfd.c | 775 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_hsu_startup() 893 cval = UART_LCR_WLEN8; in serial_hsu_set_termios()
|
D | omap-serial.c | 666 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup() 761 cval = UART_LCR_WLEN8; in serial_omap_set_termios()
|
D | mrst_max3110.c | 601 cval = UART_LCR_WLEN8; in serial_m3110_set_termios()
|
D | m32r_sio.c | 696 cval = UART_LCR_WLEN8; in m32r_sio_set_termios()
|
D | sunsu.c | 682 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
|
/drivers/usb/serial/ |
D | ark3116.c | 182 priv->lcr = UART_LCR_WLEN8; in ark3116_port_probe() 183 ark3116_write_reg(serial, UART_LCR, UART_LCR_WLEN8); in ark3116_port_probe() 243 lcr = UART_LCR_WLEN8; in ark3116_set_termios()
|
D | quatech2.c | 297 new_lcr |= UART_LCR_WLEN8; in qt2_set_termios() 389 DEFAULT_BAUD_RATE, UART_LCR_WLEN8); in qt2_open()
|
D | ssu100.c | 231 urb_value |= UART_LCR_WLEN8; in ssu100_set_termios()
|
D | mos7720.c | 1548 lData = UART_LCR_WLEN8; in change_port_settings() 1573 lData = UART_LCR_WLEN8; in change_port_settings()
|
/drivers/bluetooth/ |
D | btuart_cs.c | 378 lcr = UART_LCR_WLEN8; in btuart_change_speed() 513 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in btuart_open()
|
D | dtl1_cs.c | 495 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
|
/drivers/staging/media/lirc/ |
D | lirc_sir.c | 894 soutp(UART_LCR, UART_LCR_WLEN8); in init_hardware() 1075 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in init_act200() 1082 soutp(UART_LCR, UART_LCR_WLEN8); in init_act200()
|
/drivers/mmc/card/ |
D | sdio_uart.c | 271 cval = UART_LCR_WLEN8; in sdio_uart_change_speed() 644 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
|
/drivers/isdn/hisax/ |
D | elsa_ser.c | 172 serial_outp(cs, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */ in mstartup()
|
/drivers/net/irda/ |
D | smsc-ircc2.c | 1160 lcr = UART_LCR_WLEN8; in smsc_ircc_set_sir_speed() 1921 outb(UART_LCR_WLEN8, sir_base + UART_LCR); /* Reset DLAB */ in smsc_ircc_sir_start()
|
D | ali-ircc.c | 1102 lcr = UART_LCR_WLEN8; in ali_ircc_sir_change_speed()
|
/drivers/tty/serial/jsm/ |
D | jsm_neo.c | 1038 lcr |= UART_LCR_WLEN8; in neo_param()
|
/drivers/tty/serial/8250/ |
D | 8250_core.c | 2100 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_startup() 2291 cval = UART_LCR_WLEN8; in serial8250_do_set_termios()
|
/drivers/tty/ |
D | mxser.c | 919 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */ in mxser_activate()
|
12