/drivers/staging/media/lirc/ |
D | lirc_sir.c | 576 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware() 583 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_hardware() 590 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware() 622 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_hardware() 637 outb(UART_LCR_DLAB | UART_LCR_WLEN7, io + UART_LCR); in init_hardware() 788 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in init_act200() 827 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_act200() 830 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN7); in init_act200() 837 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_act200() 858 soutp(UART_LCR, UART_LCR_DLAB|UART_LCR_WLEN7); in init_act220() [all …]
|
D | lirc_serial.c | 738 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in hardware_init_port() 766 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in hardware_init_port() 862 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in set_use_inc() 877 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in set_use_dec() 1017 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in lirc_serial_suspend()
|
/drivers/tty/serial/8250/ |
D | 8250_early.c | 113 serial8250_early_out(port, UART_LCR, lcr | UART_LCR_DLAB); in probe_baud() 135 serial8250_early_out(port, UART_LCR, c | UART_LCR_DLAB); in init_port() 138 serial8250_early_out(port, UART_LCR, c & ~UART_LCR_DLAB); in init_port()
|
D | 8250_mtk.c | 94 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB); in mtk8250_set_termios()
|
/drivers/tty/serial/ |
D | m32r_sio_reg.h | 111 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
|
D | sunsu.c | 875 serial_outp(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in sunsu_change_speed() 1106 serial_outp(up, UART_LCR, UART_LCR_DLAB); in sunsu_autoconfig() 1117 serial_outp(up, UART_LCR, save_lcr | UART_LCR_DLAB); in sunsu_autoconfig()
|
D | serial-tegra.c | 295 lcr |= UART_LCR_DLAB; in tegra_set_baudrate() 301 lcr &= ~UART_LCR_DLAB; in tegra_set_baudrate()
|
D | vr41xx_siu.c | 583 siu_write(port, UART_LCR, lcr | UART_LCR_DLAB); in siu_set_termios()
|
D | pxa.c | 534 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_pxa_set_termios()
|
D | mfd.c | 1016 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_hsu_set_termios()
|
D | ioc3_serial.c | 342 writeb(lcr | UART_LCR_DLAB, &uart->iu_lcr); in set_baud()
|
D | ioc4_serial.c | 730 writeb(lcr | UART_LCR_DLAB, &uart->i4u_lcr); in set_baud()
|
/drivers/staging/speakup/ |
D | serialio.c | 66 outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */ in spk_serial_init()
|
/drivers/usb/serial/ |
D | ark3116.c | 174 ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB); in ark3116_port_probe() 306 lcr|UART_LCR_DLAB); in ark3116_set_termios()
|
D | mos7720.c | 1387 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in set_higher_rates() 1391 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB; in set_higher_rates() 1499 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in send_cmd_write_baud_rate() 1507 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB; in send_cmd_write_baud_rate()
|
/drivers/bluetooth/ |
D | btuart_cs.c | 382 outb(UART_LCR_DLAB | lcr, iobase + UART_LCR); /* Set DLAB */ in btuart_change_speed()
|
/drivers/isdn/hisax/ |
D | elsa_ser.c | 135 serial_outp(cs, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in change_speed()
|
/drivers/tty/ |
D | mxser.c | 610 outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */ in mxser_set_baud() 2525 scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB); in mxser_get_ISA_conf() 2526 outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR); in mxser_get_ISA_conf()
|
/drivers/mmc/card/ |
D | sdio_uart.c | 344 sdio_out(port, UART_LCR, cval | UART_LCR_DLAB); in sdio_uart_change_speed()
|
/drivers/staging/dgnc/ |
D | dgnc_cls.c | 644 writeb(UART_LCR_DLAB, &ch->ch_cls_uart->lcr); in cls_param()
|
D | dgnc_neo.c | 784 writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr); in neo_param()
|
/drivers/tty/serial/jsm/ |
D | jsm_neo.c | 1051 writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr); in neo_param()
|
/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1164 uart->iu_lcr = lcr | UART_LCR_DLAB; in ioc3_8250_register()
|
/drivers/net/irda/ |
D | ali-ircc.c | 1104 outb(UART_LCR_DLAB | lcr, iobase+UART_LCR); /* Set DLAB */ in ali_ircc_sir_change_speed()
|
D | smsc-ircc2.c | 1160 outb(UART_LCR_DLAB | lcr, iobase + UART_LCR); /* Set DLAB */ in smsc_ircc_set_sir_speed()
|