Searched refs:dll (Results 1 – 9 of 9) sorted by relevance
/drivers/tty/serial/8250/ |
D | 8250_pxa.c | 65 unsigned int dll; in serial_pxa_dl_write() local 72 dll = serial_in(up, UART_DLL); in serial_pxa_dl_write() 73 WARN_ON(dll != (value & 0xff)); in serial_pxa_dl_write()
|
D | 8250_port.c | 339 unsigned char dll = serial_in(up, UART_DLL); in default_serial_dl_read() local 342 return dll | dlm << 8; in default_serial_dl_read() 3480 unsigned char lcr, dll, dlm; in probe_baud() local 3485 dll = serial_port_in(port, UART_DLL); in probe_baud() 3489 quot = (dlm << 8) | dll; in probe_baud()
|
/drivers/crypto/intel/keembay/ |
D | keembay-ocs-aes-core.c | 365 struct ocs_dll_desc *dll) in cleanup_ocs_dma_linked_list() argument 367 if (dll->vaddr) in cleanup_ocs_dma_linked_list() 368 dma_free_coherent(dev, dll->size, dll->vaddr, dll->dma_addr); in cleanup_ocs_dma_linked_list() 369 dll->vaddr = NULL; in cleanup_ocs_dma_linked_list() 370 dll->size = 0; in cleanup_ocs_dma_linked_list() 371 dll->dma_addr = DMA_MAPPING_ERROR; in cleanup_ocs_dma_linked_list()
|
/drivers/tty/serial/ |
D | pxa.c | 409 unsigned int dll; in serial_pxa_set_termios() local 499 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios() 500 WARN_ON(dll != (quot & 0xff)); in serial_pxa_set_termios()
|
D | omap-serial.c | 136 unsigned char dll; member 807 up->dll = quot & 0xff; in serial_omap_set_termios() 931 serial_out(up, UART_DLL, up->dll); /* LS of divisor */ in serial_omap_set_termios() 1725 serial_out(up, UART_DLL, up->dll); in serial_omap_restore_context()
|
D | pch_uart.c | 434 unsigned int dll, dlm, lcr; in pch_uart_hal_set_line() local 443 dll = (unsigned int)div & 0x00FFU; in pch_uart_hal_set_line() 468 iowrite8(dll, priv->membase + PCH_UART_DLL); in pch_uart_hal_set_line()
|
/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 670 minfo->values.memory.dll = (bd->pins[115] & 0x02) != 0; in parse_pins5() 707 minfo->values.memory.dll = 1; in default_pins5()
|
D | matroxfb_base.h | 490 dll:1; member
|
D | matroxfb_DAC1064.c | 769 if (minfo->values.memory.ddr && (!minfo->values.memory.emrswen || !minfo->values.memory.dll)) { in g450_memory_init()
|