dll
uint64_t dll:1;
uint64_t dll:1;
uint64_t dll:8;
uint64_t dll:8;
uint64_t dll:8;
uint64_t dll:8;
dll = base_bauds / speed;
udbg_uart_out(UART_DLL, dll & 0xff);
udbg_uart_out(UART_DLM, dll >> 8);
unsigned int dll, dlm, divisor, prescaler, speed;
dll = udbg_uart_in(UART_DLL);
divisor = dlm << 8 | dll;
unsigned int dll, base_bauds;
unsigned char lcr, dll, dlh;
dll = inb(port + DLL);
quot = (dlh << 8) | dll;
struct ocs_dll_desc *dll)
if (dll->vaddr)
dma_free_coherent(dev, dll->size, dll->vaddr, dll->dma_addr);
dll->vaddr = NULL;
dll->size = 0;
dll->dma_addr = DMA_MAPPING_ERROR;
unsigned char dll = serial_in(up, UART_DLL);
return dll | dlm << 8;
unsigned char lcr, dll, dlm;
dll = serial_port_in(port, UART_DLL);
quot = (dlm << 8) | dll;
unsigned int dll;
dll = serial_in(up, UART_DLL);
WARN_ON(dll != (value & 0xff));
unsigned char dll;
serial_out(up, UART_DLL, up->dll);
up->dll = quot & 0xff;
serial_out(up, UART_DLL, up->dll); /* LS of divisor */
unsigned int dll, dlm, lcr;
dll = (unsigned int)div & 0x00FFU;
iowrite8(dll, priv->membase + PCH_UART_DLL);
unsigned int dll;
dll = serial_in(up, UART_DLL);
WARN_ON(dll != (quot & 0xff));
if (minfo->values.memory.ddr && (!minfo->values.memory.emrswen || !minfo->values.memory.dll)) {
dll:1;
minfo->values.memory.dll = (bd->pins[115] & 0x02) != 0;
minfo->values.memory.dll = 1;