Symbol: dll
arch/mips/include/asm/octeon/cvmx-lmcx-defs.h
1889
uint64_t dll:1;
arch/mips/include/asm/octeon/cvmx-lmcx-defs.h
1897
uint64_t dll:1;
arch/mips/include/asm/octeon/cvmx-mio-defs.h
3584
uint64_t dll:8;
arch/mips/include/asm/octeon/cvmx-mio-defs.h
3586
uint64_t dll:8;
arch/mips/include/asm/octeon/cvmx-mio-defs.h
3999
uint64_t dll:8;
arch/mips/include/asm/octeon/cvmx-mio-defs.h
4001
uint64_t dll:8;
arch/powerpc/kernel/udbg_16550.c
108
dll = base_bauds / speed;
arch/powerpc/kernel/udbg_16550.c
114
udbg_uart_out(UART_DLL, dll & 0xff);
arch/powerpc/kernel/udbg_16550.c
115
udbg_uart_out(UART_DLM, dll >> 8);
arch/powerpc/kernel/udbg_16550.c
126
unsigned int dll, dlm, divisor, prescaler, speed;
arch/powerpc/kernel/udbg_16550.c
135
dll = udbg_uart_in(UART_DLL);
arch/powerpc/kernel/udbg_16550.c
137
divisor = dlm << 8 | dll;
arch/powerpc/kernel/udbg_16550.c
97
unsigned int dll, base_bauds;
arch/x86/boot/early_serial_console.c
104
unsigned char lcr, dll, dlh;
arch/x86/boot/early_serial_console.c
109
dll = inb(port + DLL);
arch/x86/boot/early_serial_console.c
112
quot = (dlh << 8) | dll;
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
365
struct ocs_dll_desc *dll)
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
367
if (dll->vaddr)
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
368
dma_free_coherent(dev, dll->size, dll->vaddr, dll->dma_addr);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
369
dll->vaddr = NULL;
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
370
dll->size = 0;
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
371
dll->dma_addr = DMA_MAPPING_ERROR;
drivers/tty/serial/8250/8250_port.c
320
unsigned char dll = serial_in(up, UART_DLL);
drivers/tty/serial/8250/8250_port.c
323
return dll | dlm << 8;
drivers/tty/serial/8250/8250_port.c
3391
unsigned char lcr, dll, dlm;
drivers/tty/serial/8250/8250_port.c
3396
dll = serial_port_in(port, UART_DLL);
drivers/tty/serial/8250/8250_port.c
3400
quot = (dlm << 8) | dll;
drivers/tty/serial/8250/8250_pxa.c
65
unsigned int dll;
drivers/tty/serial/8250/8250_pxa.c
72
dll = serial_in(up, UART_DLL);
drivers/tty/serial/8250/8250_pxa.c
73
WARN_ON(dll != (value & 0xff));
drivers/tty/serial/omap-serial.c
136
unsigned char dll;
drivers/tty/serial/omap-serial.c
1718
serial_out(up, UART_DLL, up->dll);
drivers/tty/serial/omap-serial.c
807
up->dll = quot & 0xff;
drivers/tty/serial/omap-serial.c
931
serial_out(up, UART_DLL, up->dll); /* LS of divisor */
drivers/tty/serial/pch_uart.c
431
unsigned int dll, dlm, lcr;
drivers/tty/serial/pch_uart.c
440
dll = (unsigned int)div & 0x00FFU;
drivers/tty/serial/pch_uart.c
465
iowrite8(dll, priv->membase + PCH_UART_DLL);
drivers/tty/serial/pxa.c
409
unsigned int dll;
drivers/tty/serial/pxa.c
499
dll = serial_in(up, UART_DLL);
drivers/tty/serial/pxa.c
500
WARN_ON(dll != (quot & 0xff));
drivers/video/fbdev/matrox/matroxfb_DAC1064.c
770
if (minfo->values.memory.ddr && (!minfo->values.memory.emrswen || !minfo->values.memory.dll)) {
drivers/video/fbdev/matrox/matroxfb_base.h
490
dll:1;
drivers/video/fbdev/matrox/matroxfb_misc.c
671
minfo->values.memory.dll = (bd->pins[115] & 0x02) != 0;
drivers/video/fbdev/matrox/matroxfb_misc.c
708
minfo->values.memory.dll = 1;