UART_LCR_DLAB
out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB);
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
sdio_out(port, UART_LCR, cval | UART_LCR_DLAB);
outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */
serial_port_out(p, UART_LCR, up->lcr | UART_LCR_DLAB);
if (!(serial_port_in(p, UART_LCR) & UART_LCR_DLAB))
serial8250_early_out(port, UART_LCR, c | UART_LCR_DLAB);
serial8250_early_out(port, UART_LCR, c & ~UART_LCR_DLAB);
writeb(old_lcr | UART_LCR_DLAB, p + UART_LCR);
early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
value &= ~UART_LCR_DLAB;
writeb(UART_LCR_DLAB, &ch->ch_cls_uart->lcr);
writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr);
serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
lcr |= UART_LCR_DLAB;
lcr &= ~UART_LCR_DLAB;
serial_out(up, UART_LCR, UART_LCR_DLAB);
serial_out(up, UART_LCR, save_lcr | UART_LCR_DLAB);
serial_out(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */
ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB);
lcr|UART_LCR_DLAB);
lcr | UART_LCR_DLAB); /* Enable DLAB */
lcr & ~UART_LCR_DLAB);
value = UART_LCR_DLAB;
mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;
mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;
mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;
mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;
#define UART_LCR_CONF_MODE_A UART_LCR_DLAB /* Configutation mode A */
if (data & UART_LCR_DLAB) {
outb(UART_LCR_DLAB /* Divisor latch access bit */
outb(UART_LCR_DLAB /* Divisor latch access bit */