/drivers/staging/media/lirc/ |
D | lirc_sir.c | 557 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware() 564 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_hardware() 571 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_hardware() 603 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_hardware() 618 outb(UART_LCR_DLAB | UART_LCR_WLEN7, io + UART_LCR); in init_hardware() 767 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in init_act200() 806 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in init_act200() 809 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN7); in init_act200() 816 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in init_act200() 837 soutp(UART_LCR, UART_LCR_DLAB|UART_LCR_WLEN7); in init_act220() [all …]
|
D | lirc_serial.c | 658 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in hardware_init_port() 686 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in hardware_init_port() 782 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in set_use_inc() 797 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in set_use_dec() 937 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in lirc_serial_suspend()
|
/drivers/tty/serial/8250/ |
D | 8250_early.c | 123 serial8250_early_out(port, UART_LCR, c | UART_LCR_DLAB); in init_port() 126 serial8250_early_out(port, UART_LCR, c & ~UART_LCR_DLAB); in init_port()
|
D | 8250_ingenic.c | 113 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_early_console_setup() 121 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_early_console_setup()
|
D | 8250_uniphier.c | 102 value &= ~UART_LCR_DLAB; in uniphier_serial_out()
|
D | 8250_mtk.c | 89 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB); in mtk8250_set_termios()
|
D | 8250_port.c | 2524 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB); in serial8250_set_divisor() 3199 serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB); in probe_baud()
|
/drivers/tty/serial/ |
D | m32r_sio_reg.h | 111 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
|
D | sunsu.c | 886 serial_outp(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in sunsu_change_speed() 1118 serial_outp(up, UART_LCR, UART_LCR_DLAB); in sunsu_autoconfig() 1129 serial_outp(up, UART_LCR, save_lcr | UART_LCR_DLAB); in sunsu_autoconfig()
|
D | serial-tegra.c | 310 lcr |= UART_LCR_DLAB; in tegra_set_baudrate() 316 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 | 536 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_pxa_set_termios()
|
/drivers/staging/speakup/ |
D | serialio.c | 68 outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */ in spk_serial_init()
|
/drivers/usb/serial/ |
D | f81232.c | 366 lcr | UART_LCR_DLAB); /* Enable DLAB */ in f81232_set_baudrate() 390 lcr & ~UART_LCR_DLAB); in f81232_set_baudrate()
|
D | ark3116.c | 181 ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB); in ark3116_port_probe() 313 lcr|UART_LCR_DLAB); in ark3116_set_termios()
|
D | mos7720.c | 1377 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in set_higher_rates() 1382 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB; in set_higher_rates() 1491 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in send_cmd_write_baud_rate() 1500 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/tty/serial/jsm/ |
D | jsm_cls.c | 773 writeb(UART_LCR_DLAB, &ch->ch_cls_uart->lcr); in cls_param()
|
D | jsm_neo.c | 1043 writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr); in neo_param()
|
/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 | 611 outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */ in mxser_set_baud() 2514 scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB); in mxser_get_ISA_conf() 2515 outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR); in mxser_get_ISA_conf()
|
/drivers/staging/dgnc/ |
D | dgnc_cls.c | 820 writeb(UART_LCR_DLAB, &ch->ch_cls_uart->lcr); in cls_param()
|
D | dgnc_neo.c | 762 writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr); in neo_param()
|
/drivers/mmc/card/ |
D | sdio_uart.c | 344 sdio_out(port, UART_LCR, cval | UART_LCR_DLAB); in sdio_uart_change_speed()
|
/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1164 uart->iu_lcr = lcr | UART_LCR_DLAB; in ioc3_8250_register()
|