/linux-4.1.27/arch/powerpc/kernel/ |
D | udbg_16550.c | 101 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/ |
D | early_serial_console.c | 99 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/ |
D | ioc3.h | 32 char dll; /* DLAB == 1 */ member 42 #define iu_dll u1.dll
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 35 - hw-caps-dll-calib-ctrl: Have this property if the controller 36 supports dll calibration control
|
/linux-4.1.27/Documentation/usb/ |
D | linux-cdc-acm.inf | 39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" 66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 9 for ext in so a dll.a dylib ; do
|
/linux-4.1.27/arch/sh/include/asm/ |
D | smc37c93x.h | 89 #define dll rbr macro
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
D | ioc3.h | 15 volatile u8 dll; /* DLAB == 1 */ member 34 #define iu_dll u1.dll
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | bfin_serial.h | 233 __BFP(dll); 247 u16 dll;
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | axp20x.txt | 75 regulator-name = "vdd-int-dll";
|
/linux-4.1.27/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 | 145 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()
|
D | pch_uart.c | 458 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()
|
D | ioc4_serial.c | 271 char dll; /* DLAB == 1 */ member 280 #define i4u_dll u1.dll
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sleep34xx.S | 324 bic r6, #(1<<3) @ disable dll 327 orr r6, r6, #(1<<3) @ enable dll
|
D | sram243x.S | 69 bl i_dll_wait @ wait for dll to lock
|
D | sram242x.S | 69 bl i_dll_wait @ wait for dll to lock
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | sun5i-a13-hsg-h702.dts | 149 regulator-name = "vdd-int-dll";
|
D | sun4i-a10-cubieboard.dts | 205 regulator-name = "vdd-int-dll";
|
D | sun7i-a20-cubieboard2.dts | 198 regulator-name = "vdd-int-dll";
|
D | sun7i-a20-cubietruck.dts | 275 regulator-name = "vdd-int-dll";
|
/linux-4.1.27/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 | 516 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()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | debug-mmrs.c | 547 __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/ |
D | 8250_core.c | 3445 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/ |
D | cvmx-mio-defs.h | 3921 uint64_t dll:8; member 3923 uint64_t dll:8; 4770 uint64_t dll:8; member 4772 uint64_t dll:8;
|
D | cvmx-lmcx-defs.h | 2169 uint64_t dll:1; member 2177 uint64_t dll:1;
|