Home
last modified time | relevance | path

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

123

/linux-6.1.9/arch/powerpc/kernel/
Dudbg_16550.c98 unsigned int dll, base_bauds; in udbg_uart_setup() local
109 dll = base_bauds / speed; in udbg_uart_setup()
115 udbg_uart_out(UART_DLL, dll & 0xff); in udbg_uart_setup()
116 udbg_uart_out(UART_DLM, dll >> 8); in udbg_uart_setup()
127 unsigned int dll, dlm, divisor, prescaler, speed; in udbg_probe_uart_speed() local
136 dll = udbg_uart_in(UART_DLL); in udbg_probe_uart_speed()
138 divisor = dlm << 8 | dll; in udbg_probe_uart_speed()
/linux-6.1.9/arch/x86/boot/
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-6.1.9/drivers/tty/serial/8250/
D8250_pxa.c65 unsigned int dll; in serial_pxa_dl_write() local
72 dll = serial_in(up, UART_DLL); in serial_pxa_dl_write()
73 WARN_ON(dll != (value & 0xff)); in serial_pxa_dl_write()
/linux-6.1.9/Documentation/devicetree/bindings/mmc/
Dcdns,sdhci.yaml90 cdns,phy-dll-delay-sdclk:
98 cdns,phy-dll-delay-sdclk-hsmmc:
106 cdns,phy-dll-delay-strobe:
133 cdns,phy-dll-delay-sdclk = <0>;
Dsdhci-msm.yaml112 qcom,dll-config:
229 qcom,dll-config = <0x0007642c>;
Dfsl-imx-esdhc.yaml129 fsl,strobe-dll-delay-target:
132 Specify the strobe dll control slave delay target.
/linux-6.1.9/Documentation/usb/
Dlinux-cdc-acm.inf39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
/linux-6.1.9/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt50 - hw-caps-dll-calib-ctrl: Have this property if the controller
51 supports dll calibration control
/linux-6.1.9/drivers/crypto/keembay/
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-6.1.9/arch/sh/include/asm/
Dsmc37c93x.h90 #define dll rbr macro
/linux-6.1.9/arch/arm/boot/dts/
Dsun7i-a20-haoyu-marsboard.dts144 regulator-name = "vdd-int-dll";
Dsun4i-a10-topwise-a721.dts187 regulator-name = "vdd-int-dll";
Dsunxi-itead-core-common.dtsi100 regulator-name = "vdd-int-dll";
Dsun7i-a20-icnova-swac.dts132 regulator-name = "vdd-int-dll";
Dsun6i-a31s-sina31s-core.dtsi125 regulator-name = "vdd-sys-dll";
Dsun5i-a13-hsg-h702.dts140 regulator-name = "vdd-int-dll";
Dsun7i-a20-olimex-som204-evb.dts230 regulator-name = "vdd-int-dll";
Dsun4i-a10-gemei-g9.dts159 regulator-name = "vdd-int-dll";
Dsun6i-a31s-yones-toptech-bs1078-v2.dts149 regulator-name = "vdd-sys-dll";
Dsun6i-reference-design-tablet.dtsi133 regulator-name = "vdd-sys-dll";
Dsun4i-a10-a1000.dts217 regulator-name = "vdd-int-dll";
Dsun4i-a10-inet1.dts185 regulator-name = "vdd-int-dll";
/linux-6.1.9/drivers/tty/serial/
Dpxa.c432 unsigned int dll; in serial_pxa_set_termios() local
522 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
523 WARN_ON(dll != (quot & 0xff)); in serial_pxa_set_termios()
/linux-6.1.9/arch/arm/mach-omap2/
Dsleep34xx.S294 bic r6, #(1<<3) @ disable dll
297 orr r6, r6, #(1<<3) @ enable dll
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dsm6125.dtsi474 qcom,dll-config = <0x000f642c>;
502 qcom,dll-config = <0x0007642c>;

123