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

/drivers/tty/serial/8250/
H A D8250_early.c109 unsigned char lcr, dll, dlm; local
114 dll = serial8250_early_in(port, UART_DLL);
118 quot = (dlm << 8) | dll;
/drivers/tty/serial/
H A Dpxa.c437 unsigned int dll; local
541 dll = serial_in(up, UART_DLL);
542 WARN_ON(dll != (quot & 0xff));
H A Domap-serial.c145 unsigned char dll; member in struct:uart_omap_port
896 up->dll = quot & 0xff;
1021 serial_out(up, UART_DLL, up->dll); /* LS of divisor */
1815 serial_out(up, UART_DLL, up->dll);
H A Dpch_uart.c458 unsigned int dll, dlm, lcr; local
467 dll = (unsigned int)div & 0x00FFU;
492 iowrite8(dll, priv->membase + PCH_UART_DLL);
H A Dioc4_serial.c271 char dll; /* DLAB == 1 */ member in union:ioc4_uartregs::__anon6951
280 #define i4u_dll u1.dll
/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c669 minfo->values.memory.dll = (bd->pins[115] & 0x02) != 0;
703 minfo->values.memory.dll = 1;
H A Dmatroxfb_base.h516 dll:1; member in struct:matrox_fb_info::__anon7150::__anon7153
H A Dmatroxfb_DAC1064.c768 if (minfo->values.memory.ddr && (!minfo->values.memory.emrswen || !minfo->values.memory.dll)) {

Completed in 209 milliseconds