Searched refs:dll (Results 1 – 8 of 8) sorted by relevance
/drivers/tty/serial/ |
D | pxa.c | 440 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()
|
D | omap-serial.c | 146 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()
|
D | pch_uart.c | 459 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()
|
D | ioc4_serial.c | 271 char dll; /* DLAB == 1 */ member 280 #define i4u_dll u1.dll
|
/drivers/tty/serial/8250/ |
D | 8250_port.c | 279 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/ |
D | matroxfb_misc.c | 669 minfo->values.memory.dll = (bd->pins[115] & 0x02) != 0; in parse_pins5() 703 minfo->values.memory.dll = 1; in default_pins5()
|
D | matroxfb_base.h | 491 dll:1; member
|
D | matroxfb_DAC1064.c | 768 if (minfo->values.memory.ddr && (!minfo->values.memory.emrswen || !minfo->values.memory.dll)) { in g450_memory_init()
|