UART_DLL
udbg_uart_out(UART_DLL, dll & 0xff);
dll = udbg_uart_in(UART_DLL);
out_8(avr_addr + UART_DLL, quot & 0xff); /* LS of divisor */
outb(quot & 0xff, ser->port + UART_DLL); /* LS of divisor */
soutp(UART_DLL, 1);
sdio_out(port, UART_DLL, quot & 0xff);
outb(quot & 0xff, info->ioaddr + UART_DLL); /* LS of divisor */
serial8250_early_out(port, UART_DLL, divisor & 0xff);
early_out(port, UART_DLL, 0);
early_out(port, UART_DLL, divisor & 0xff);
unsigned char dll = serial_in(up, UART_DLL);
serial_out(up, UART_DLL, value & 0xff);
dll = serial_port_in(port, UART_DLL);
serial_out(up, UART_DLL, value & 0xff);
dll = serial_in(up, UART_DLL);
serial_out(up, UART_DLL, up->dll);
serial_out(up, UART_DLL, 0);
serial_out(up, UART_DLL, up->dll); /* LS of divisor */
"DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL));
serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */
dll = serial_in(up, UART_DLL);
serial_out(up, UART_DLL, quot & 0xff); /* LS of divisor */
ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff);
ark3116_write_reg(serial, UART_DLL, quot & 0xff);
uart->old_divisor_lsb = inb(uart->base + UART_DLL);
,uart->base + UART_DLL); /* Divisor Latch Low */
,uart->base + UART_DLL); /* Divisor Latch Low */