Symbol: UART_LCR_DLAB
arch/powerpc/platforms/embedded6xx/ls_uart.c
75
out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
drivers/accessibility/speakup/serialio.c
89
outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */
drivers/media/rc/serial_ir.c
423
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
drivers/media/rc/serial_ir.c
451
soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB);
drivers/media/rc/serial_ir.c
611
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
drivers/media/rc/serial_ir.c
627
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
drivers/media/rc/serial_ir.c
690
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
drivers/mmc/core/sdio_uart.c
323
sdio_out(port, UART_LCR, cval | UART_LCR_DLAB);
drivers/tty/mxser.c
518
outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */
drivers/tty/serial/8250/8250_dw.c
198
serial_port_out(p, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_dw.c
199
if (!(serial_port_in(p, UART_LCR) & UART_LCR_DLAB))
drivers/tty/serial/8250/8250_early.c
146
serial8250_early_out(port, UART_LCR, c | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_early.c
149
serial8250_early_out(port, UART_LCR, c & ~UART_LCR_DLAB);
drivers/tty/serial/8250/8250_exar.c
1222
writeb(old_lcr | UART_LCR_DLAB, p + UART_LCR);
drivers/tty/serial/8250/8250_ingenic.c
110
early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_ingenic.c
118
early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_loongson.c
101
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_mtk.c
384
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_pericom.c
76
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
2554
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
3423
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_uniphier.c
111
value &= ~UART_LCR_DLAB;
drivers/tty/serial/jsm/jsm_cls.c
726
writeb(UART_LCR_DLAB, &ch->ch_cls_uart->lcr);
drivers/tty/serial/jsm/jsm_neo.c
1002
writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr);
drivers/tty/serial/pxa.c
492
serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
drivers/tty/serial/serial-tegra.c
416
lcr |= UART_LCR_DLAB;
drivers/tty/serial/serial-tegra.c
422
lcr &= ~UART_LCR_DLAB;
drivers/tty/serial/sunsu.c
1086
serial_out(up, UART_LCR, UART_LCR_DLAB);
drivers/tty/serial/sunsu.c
1097
serial_out(up, UART_LCR, save_lcr | UART_LCR_DLAB);
drivers/tty/serial/sunsu.c
854
serial_out(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */
drivers/usb/serial/ark3116.c
160
ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB);
drivers/usb/serial/ark3116.c
264
lcr|UART_LCR_DLAB);
drivers/usb/serial/f81232.c
532
lcr | UART_LCR_DLAB); /* Enable DLAB */
drivers/usb/serial/f81232.c
556
lcr & ~UART_LCR_DLAB);
drivers/usb/serial/f81534.c
621
value = UART_LCR_DLAB;
drivers/usb/serial/mos7720.c
1225
mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;
drivers/usb/serial/mos7720.c
1230
mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;
drivers/usb/serial/mos7720.c
1339
mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;
drivers/usb/serial/mos7720.c
1348
mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;
include/uapi/linux/serial_reg.h
125
#define UART_LCR_CONF_MODE_A UART_LCR_DLAB /* Configutation mode A */
samples/vfio-mdev/mtty.c
492
if (data & UART_LCR_DLAB) {
sound/drivers/serial-u16550.c
377
outb(UART_LCR_DLAB /* Divisor latch access bit */
sound/drivers/serial-u16550.c
483
outb(UART_LCR_DLAB /* Divisor latch access bit */