Home
last modified time | relevance | path

Searched refs:dll (Results 1 – 8 of 8) sorted by relevance

/drivers/tty/serial/
Dpxa.c440 unsigned int dll; in serial_pxa_set_termios() local
544 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
545 WARN_ON(dll != (quot & 0xff)); in serial_pxa_set_termios()
Domap-serial.c146 unsigned char dll; member
888 up->dll = quot & 0xff; in serial_omap_set_termios()
1013 serial_out(up, UART_DLL, up->dll); /* LS of divisor */ in serial_omap_set_termios()
1789 serial_out(up, UART_DLL, up->dll); in serial_omap_restore_context()
Dpch_uart.c459 unsigned int dll, dlm, lcr; in pch_uart_hal_set_line() local
468 dll = (unsigned int)div & 0x00FFU; in pch_uart_hal_set_line()
493 iowrite8(dll, priv->membase + PCH_UART_DLL); in pch_uart_hal_set_line()
Dioc4_serial.c271 char dll; /* DLAB == 1 */ member
280 #define i4u_dll u1.dll
/drivers/tty/serial/8250/
D8250_port.c279 unsigned char dll = serial_in(up, UART_DLL); in default_serial_dl_read() local
282 return dll | dlm << 8; in default_serial_dl_read()
2908 unsigned char lcr, dll, dlm; in probe_baud() local
2913 dll = serial_port_in(port, UART_DLL); in probe_baud()
2917 quot = (dlm << 8) | dll; in probe_baud()
/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c669 minfo->values.memory.dll = (bd->pins[115] & 0x02) != 0; in parse_pins5()
703 minfo->values.memory.dll = 1; in default_pins5()
Dmatroxfb_base.h491 dll:1; member
Dmatroxfb_DAC1064.c768 if (minfo->values.memory.ddr && (!minfo->values.memory.emrswen || !minfo->values.memory.dll)) { in g450_memory_init()