Home
last modified time | relevance | path

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

123

/linux/arch/powerpc/kernel/
A Dudbg_16550.c97 unsigned int dll, base_bauds; in udbg_uart_setup() local
108 dll = base_bauds / speed; in udbg_uart_setup()
114 udbg_uart_out(UART_DLL, dll & 0xff); in udbg_uart_setup()
115 udbg_uart_out(UART_DLM, dll >> 8); in udbg_uart_setup()
126 unsigned int dll, dlm, divisor, prescaler, speed; in udbg_probe_uart_speed() local
135 dll = udbg_uart_in(UART_DLL); in udbg_probe_uart_speed()
137 divisor = dlm << 8 | dll; in udbg_probe_uart_speed()
/linux/arch/x86/boot/
A Dearly_serial_console.c104 unsigned char lcr, dll, dlh; in probe_baud() local
109 dll = inb(port + DLL); in probe_baud()
112 quot = (dlh << 8) | dll; in probe_baud()
/linux/drivers/tty/serial/8250/
A D8250_pxa.c66 unsigned int dll; in serial_pxa_dl_write() local
73 dll = serial_in(up, UART_DLL); in serial_pxa_dl_write()
74 WARN_ON(dll != (value & 0xff)); in serial_pxa_dl_write()
/linux/Documentation/devicetree/bindings/mmc/
A Dcdns,sdhci.yaml91 cdns,phy-dll-delay-sdclk:
99 cdns,phy-dll-delay-sdclk-hsmmc:
107 cdns,phy-dll-delay-strobe:
134 cdns,phy-dll-delay-sdclk = <0>;
A Dsdhci-msm.txt60 - qcom,dll-config: Chipset and Platform specific value. Use this field to
99 qcom,dll-config = <0x000f642c>;
119 qcom,dll-config = <0x0007642c>;
A Dfsl-imx-esdhc.yaml98 fsl,strobe-dll-delay-target:
101 Specify the strobe dll control slave delay target.
/linux/Documentation/usb/
A Dlinux-cdc-acm.inf39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
/linux/Documentation/devicetree/bindings/memory-controllers/ti/
A Demif.txt50 - hw-caps-dll-calib-ctrl: Have this property if the controller
51 supports dll calibration control
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-aes-core.c368 struct ocs_dll_desc *dll) in cleanup_ocs_dma_linked_list() argument
370 if (dll->vaddr) in cleanup_ocs_dma_linked_list()
371 dma_free_coherent(dev, dll->size, dll->vaddr, dll->dma_addr); in cleanup_ocs_dma_linked_list()
372 dll->vaddr = NULL; in cleanup_ocs_dma_linked_list()
373 dll->size = 0; in cleanup_ocs_dma_linked_list()
374 dll->dma_addr = DMA_MAPPING_ERROR; in cleanup_ocs_dma_linked_list()
/linux/arch/sh/include/asm/
A Dsmc37c93x.h90 #define dll rbr macro
/linux/drivers/tty/serial/
A Dpxa.c431 unsigned int dll; in serial_pxa_set_termios() local
535 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
536 WARN_ON(dll != (quot & 0xff)); in serial_pxa_set_termios()
A Domap-serial.c135 unsigned char dll; member
848 up->dll = quot & 0xff; in serial_omap_set_termios()
972 serial_out(up, UART_DLL, up->dll); /* LS of divisor */ in serial_omap_set_termios()
1766 serial_out(up, UART_DLL, up->dll); in serial_omap_restore_context()
/linux/arch/arm/boot/dts/
A Dsun4i-a10-topwise-a721.dts187 regulator-name = "vdd-int-dll";
A Dsunxi-itead-core-common.dtsi100 regulator-name = "vdd-int-dll";
A Dsun6i-a31s-sina31s-core.dtsi125 regulator-name = "vdd-sys-dll";
A Dsun7i-a20-icnova-swac.dts132 regulator-name = "vdd-int-dll";
A Dsun4i-a10-gemei-g9.dts159 regulator-name = "vdd-int-dll";
A Dsun4i-a10-pcduino.dts170 regulator-name = "vdd-int-dll";
A Dsun5i-a13-hsg-h702.dts140 regulator-name = "vdd-int-dll";
A Dsun6i-a31s-yones-toptech-bs1078-v2.dts149 regulator-name = "vdd-sys-dll";
A Dsun6i-reference-design-tablet.dtsi133 regulator-name = "vdd-sys-dll";
A Dsun7i-a20-olimex-som204-evb.dts230 regulator-name = "vdd-int-dll";
A Dsun4i-a10-a1000.dts217 regulator-name = "vdd-int-dll";
/linux/arch/arm/mach-omap2/
A Dsleep34xx.S294 bic r6, #(1<<3) @ disable dll
297 orr r6, r6, #(1<<3) @ enable dll
/linux/arch/arm64/boot/dts/socionext/
A Duniphier-ld11.dtsi455 cdns,phy-dll-delay-sdclk = <21>;
456 cdns,phy-dll-delay-sdclk-hsmmc = <21>;

Completed in 24 milliseconds

123