Searched refs:dll (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dudbg_16550.c97 unsigned int dll, base_bauds; local
108 dll = base_bauds / speed;
114 udbg_uart_out(UART_DLL, dll & 0xff);
115 udbg_uart_out(UART_DLM, dll >> 8);
126 unsigned int dll, dlm, divisor, prescaler, speed; local
135 dll = udbg_uart_in(UART_DLL);
137 divisor = dlm << 8 | dll;
/linux-master/arch/x86/boot/
H A Dearly_serial_console.c104 unsigned char lcr, dll, dlh; local
109 dll = inb(port + DLL);
112 quot = (dlh << 8) | dll;
/linux-master/drivers/tty/serial/8250/
H A D8250_pxa.c65 unsigned int dll; local
72 dll = serial_in(up, UART_DLL);
73 WARN_ON(dll != (value & 0xff));
H A D8250_port.c328 unsigned char dll = serial_in(up, UART_DLL); local
331 return dll | dlm << 8;
3430 unsigned char lcr, dll, dlm; local
3435 dll = serial_port_in(port, UART_DLL);
3439 quot = (dlm << 8) | dll;
/linux-master/arch/sh/include/asm/
H A Dsmc37c93x.h90 #define dll rbr macro
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c365 struct ocs_dll_desc *dll)
367 if (dll->vaddr)
368 dma_free_coherent(dev, dll->size, dll->vaddr, dll->dma_addr);
369 dll->vaddr = NULL;
370 dll->size = 0;
371 dll->dma_addr = DMA_MAPPING_ERROR;
364 cleanup_ocs_dma_linked_list(struct device *dev, struct ocs_dll_desc *dll) argument
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S270 /* Is dll in lock mode? */
275 /* wait till dll locks */
294 bic r6, #(1<<3) @ disable dll
297 orr r6, r6, #(1<<3) @ enable dll
H A Dsram242x.S45 /* dll lock mode */
55 bl i_dll_wait @ wait for dll to lock
57 /* get dll value */
284 /* update memory timings & briefly lock dll */
H A Dsram243x.S45 /* dll lock mode */
55 bl i_dll_wait @ wait for dll to lock
57 /* get dll value */
284 /* update memory timings & briefly lock dll */
/linux-master/drivers/tty/serial/
H A Dpxa.c409 unsigned int dll; local
499 dll = serial_in(up, UART_DLL);
500 WARN_ON(dll != (quot & 0xff));
H A Domap-serial.c136 unsigned char dll; member in struct:uart_omap_port
807 up->dll = quot & 0xff;
931 serial_out(up, UART_DLL, up->dll); /* LS of divisor */
1719 serial_out(up, UART_DLL, up->dll);
H A Dpch_uart.c431 unsigned int dll, dlm, lcr; local
440 dll = (unsigned int)div & 0x00FFU;
465 iowrite8(dll, priv->membase + PCH_UART_DLL);
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c670 minfo->values.memory.dll = (bd->pins[115] & 0x02) != 0;
707 minfo->values.memory.dll = 1;
H A Dmatroxfb_base.h490 dll:1; member in struct:matrox_fb_info::__anon2902::__anon2905
H A Dmatroxfb_DAC1064.c769 if (minfo->values.memory.ddr && (!minfo->values.memory.emrswen || !minfo->values.memory.dll)) {
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h3584 uint64_t dll:8; member in struct:cvmx_mio_uartx_dll::cvmx_mio_uartx_dll_s
3586 uint64_t dll:8;
3999 uint64_t dll:8; member in struct:cvmx_mio_uart2_dll::cvmx_mio_uart2_dll_s
4001 uint64_t dll:8;
H A Dcvmx-lmcx-defs.h1889 uint64_t dll:1; member in struct:cvmx_lmcx_modereg_params0::cvmx_lmcx_modereg_params0_s
1897 uint64_t dll:1;

Completed in 411 milliseconds