Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dudbg_16550.c101 unsigned int dll, base_bauds; in udbg_uart_setup() local
112 dll = base_bauds / speed; in udbg_uart_setup()
118 udbg_uart_out(UART_DLL, dll & 0xff); in udbg_uart_setup()
119 udbg_uart_out(UART_DLM, dll >> 8); in udbg_uart_setup()
130 unsigned int dll, dlm, divisor, prescaler, speed; in udbg_probe_uart_speed() local
139 dll = udbg_uart_in(UART_DLL); in udbg_probe_uart_speed()
141 divisor = dlm << 8 | dll; in udbg_probe_uart_speed()
/linux-4.1.27/arch/x86/boot/
Dearly_serial_console.c99 unsigned char lcr, dll, dlh; in probe_baud() local
104 dll = inb(port + DLL); in probe_baud()
107 quot = (dlh << 8) | dll; in probe_baud()
/linux-4.1.27/arch/ia64/include/asm/sn/
Dioc3.h32 char dll; /* DLAB == 1 */ member
42 #define iu_dll u1.dll
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt35 - hw-caps-dll-calib-ctrl: Have this property if the controller
36 supports dll calibration control
/linux-4.1.27/Documentation/usb/
Dlinux-cdc-acm.inf39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
/linux-4.1.27/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh9 for ext in so a dll.a dylib ; do
/linux-4.1.27/arch/sh/include/asm/
Dsmc37c93x.h89 #define dll rbr macro
/linux-4.1.27/arch/mips/include/asm/sn/
Dioc3.h15 volatile u8 dll; /* DLAB == 1 */ member
34 #define iu_dll u1.dll
/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_serial.h233 __BFP(dll);
247 u16 dll;
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Daxp20x.txt75 regulator-name = "vdd-int-dll";
/linux-4.1.27/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.c145 unsigned char dll; member
906 up->dll = quot & 0xff; in serial_omap_set_termios()
1031 serial_out(up, UART_DLL, up->dll); /* LS of divisor */ in serial_omap_set_termios()
1809 serial_out(up, UART_DLL, up->dll); in serial_omap_restore_context()
Dpch_uart.c458 unsigned int dll, dlm, lcr; in pch_uart_hal_set_line() local
467 dll = (unsigned int)div & 0x00FFU; in pch_uart_hal_set_line()
492 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
/linux-4.1.27/arch/arm/mach-omap2/
Dsleep34xx.S324 bic r6, #(1<<3) @ disable dll
327 orr r6, r6, #(1<<3) @ enable dll
Dsram243x.S69 bl i_dll_wait @ wait for dll to lock
Dsram242x.S69 bl i_dll_wait @ wait for dll to lock
/linux-4.1.27/arch/arm/boot/dts/
Dsun5i-a13-hsg-h702.dts149 regulator-name = "vdd-int-dll";
Dsun4i-a10-cubieboard.dts205 regulator-name = "vdd-int-dll";
Dsun7i-a20-cubieboard2.dts198 regulator-name = "vdd-int-dll";
Dsun7i-a20-cubietruck.dts275 regulator-name = "vdd-int-dll";
/linux-4.1.27/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.h516 dll:1; member
Dmatroxfb_DAC1064.c768 if (minfo->values.memory.ddr && (!minfo->values.memory.emrswen || !minfo->values.memory.dll)) { in g450_memory_init()
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c547 __UART(DLL, dll); in bfin_debug_mmrs_uart()
560 __UART(DLL, dll); in bfin_debug_mmrs_uart()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c3445 unsigned char lcr, dll, dlm; in probe_baud() local
3450 dll = serial_port_in(port, UART_DLL); in probe_baud()
3454 quot = (dlm << 8) | dll; in probe_baud()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h3921 uint64_t dll:8; member
3923 uint64_t dll:8;
4770 uint64_t dll:8; member
4772 uint64_t dll:8;
Dcvmx-lmcx-defs.h2169 uint64_t dll:1; member
2177 uint64_t dll:1;