Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dm32r_sio_reg.h120 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
Dioc3_serial.c111 | 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()
Dpxa.c401 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_pxa_startup()
477 cval = UART_LCR_WLEN8; in serial_pxa_set_termios()
Dvr41xx_siu.c473 siu_write(port, UART_LCR, UART_LCR_WLEN8); in siu_startup()
537 lcr = UART_LCR_WLEN8; in siu_set_termios()
Dioc4_serial.c378 | 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()
Dmfd.c781 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_hsu_startup()
899 cval = UART_LCR_WLEN8; in serial_hsu_set_termios()
Dmrst_max3110.c606 cval = UART_LCR_WLEN8; in serial_m3110_set_termios()
Domap-serial.c548 serial_out(up, UART_LCR, UART_LCR_WLEN8); in serial_omap_startup()
724 cval = UART_LCR_WLEN8; in serial_omap_set_termios()
Dm32r_sio.c714 cval = UART_LCR_WLEN8; in m32r_sio_set_termios()
Dsunsu.c682 serial_outp(up, UART_LCR, UART_LCR_WLEN8); in sunsu_startup()
/drivers/usb/serial/
Dark3116.c187 priv->lcr = UART_LCR_WLEN8; in ark3116_attach()
188 ark3116_write_reg(serial, UART_LCR, UART_LCR_WLEN8); in ark3116_attach()
251 lcr = UART_LCR_WLEN8; in ark3116_set_termios()
Dssu100.c261 urb_value |= UART_LCR_WLEN8; in ssu100_set_termios()
Dmos7720.c1627 lData = UART_LCR_WLEN8; in change_port_settings()
1652 lData = UART_LCR_WLEN8; in change_port_settings()
/drivers/bluetooth/
Dbtuart_cs.c378 lcr = UART_LCR_WLEN8; in btuart_change_speed()
513 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in btuart_open()
Ddtl1_cs.c495 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
/drivers/staging/media/lirc/
Dlirc_sir.c899 soutp(UART_LCR, UART_LCR_WLEN8); in init_hardware()
1089 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in init_act200()
1096 soutp(UART_LCR, UART_LCR_WLEN8); in init_act200()
/drivers/mmc/card/
Dsdio_uart.c287 cval = UART_LCR_WLEN8; in sdio_uart_change_speed()
669 sdio_out(port, UART_LCR, UART_LCR_WLEN8); in sdio_uart_activate()
/drivers/isdn/hisax/
Delsa_ser.c172 serial_outp(cs, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */ in mstartup()
/drivers/net/irda/
Dsmsc-ircc2.c1170 lcr = UART_LCR_WLEN8; in smsc_ircc_set_sir_speed()
1931 outb(UART_LCR_WLEN8, sir_base + UART_LCR); /* Reset DLAB */ in smsc_ircc_sir_start()
Dali-ircc.c1104 lcr = UART_LCR_WLEN8; in ali_ircc_sir_change_speed()
/drivers/tty/serial/jsm/
Djsm_neo.c1031 lcr |= UART_LCR_WLEN8; in neo_param()
/drivers/tty/serial/8250/
D8250.c2078 serial_port_out(port, UART_LCR, UART_LCR_WLEN8); in serial8250_startup()
2253 cval = UART_LCR_WLEN8; in serial8250_do_set_termios()
/drivers/net/wireless/bcmdhd/include/
Dsbchipc.h1101 #define UART_LCR_WLEN8 0x03 /* Word length: 8 bits */ macro
/drivers/tty/
Dmxser.c919 outb(UART_LCR_WLEN8, info->ioaddr + UART_LCR); /* reset DLAB */ in mxser_activate()