Home
last modified time | relevance | path

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

1234

/linux-6.15/arch/powerpc/kernel/
H 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-6.15/arch/x86/boot/
H 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-6.15/drivers/tty/serial/8250/
H A 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.15/Documentation/devicetree/bindings/mmc/
H A Dhisilicon,hi3798cv200-dw-mshc.yaml38 hisilicon,sap-dll-reg:
64 - hisilicon,sap-dll-reg
67 hisilicon,sap-dll-reg: false
H A Dcdns,sdhci.yaml93 cdns,phy-dll-delay-sdclk:
101 cdns,phy-dll-delay-sdclk-hsmmc:
109 cdns,phy-dll-delay-strobe:
156 cdns,phy-dll-delay-sdclk = <0>;
H A Dsdhci-msm.yaml133 qcom,dll-config:
242 qcom,dll-config = <0x0007642c>;
H A Dfsl-imx-esdhc.yaml149 fsl,strobe-dll-delay-target:
152 Specify the strobe dll control slave delay target.
/linux-6.15/Documentation/usb/
H A Dlinux-cdc-acm.inf39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti/
H A Demif.txt50 - hw-caps-dll-calib-ctrl: Have this property if the controller
51 supports dll calibration control
/linux-6.15/arch/arm/boot/dts/allwinner/
H A Dsun7i-a20-icnova-a20.dtsi50 regulator-name = "vdd-int-dll";
H A Dsun8i-a33-vstar-core1.dtsi49 regulator-name = "vdd-dll";
H A Dsun7i-a20-haoyu-marsboard.dts144 regulator-name = "vdd-int-dll";
H A Dsun5i-a13-pocketbook-614-plus.dts169 regulator-name = "vdd-int-dll";
H A Dsun4i-a10-topwise-a721.dts187 regulator-name = "vdd-int-dll";
H A Dsunxi-itead-core-common.dtsi100 regulator-name = "vdd-int-dll";
H A Dsun6i-a31s-sina31s-core.dtsi125 regulator-name = "vdd-sys-dll";
H A Dsun7i-a20-icnova-swac.dts132 regulator-name = "vdd-int-dll";
H A Dsun4i-a10-gemei-g9.dts159 regulator-name = "vdd-int-dll";
H A Dsun5i-a13-hsg-h702.dts140 regulator-name = "vdd-int-dll";
H A Dsun6i-reference-design-tablet.dtsi133 regulator-name = "vdd-sys-dll";
H A Dsun6i-a31s-yones-toptech-bs1078-v2.dts149 regulator-name = "vdd-sys-dll";
/linux-6.15/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c365 struct ocs_dll_desc *dll) in cleanup_ocs_dma_linked_list() argument
367 if (dll->vaddr) in cleanup_ocs_dma_linked_list()
368 dma_free_coherent(dev, dll->size, dll->vaddr, dll->dma_addr); in cleanup_ocs_dma_linked_list()
369 dll->vaddr = NULL; in cleanup_ocs_dma_linked_list()
370 dll->size = 0; in cleanup_ocs_dma_linked_list()
371 dll->dma_addr = DMA_MAPPING_ERROR; in cleanup_ocs_dma_linked_list()
/linux-6.15/arch/sh/include/asm/
H A Dsmc37c93x.h90 #define dll rbr macro
/linux-6.15/drivers/tty/serial/
H A Dpxa.c409 unsigned int dll; in serial_pxa_set_termios() local
499 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
500 WARN_ON(dll != (quot & 0xff)); in serial_pxa_set_termios()
/linux-6.15/arch/arm/mach-omap2/
H A Dsleep34xx.S294 bic r6, #(1<<3) @ disable dll
297 orr r6, r6, #(1<<3) @ enable dll

1234