| /linux-6.15/arch/powerpc/kernel/ |
| H A D | udbg_16550.c | 97 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 D | early_serial_console.c | 104 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 D | 8250_pxa.c | 65 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 D | hisilicon,hi3798cv200-dw-mshc.yaml | 38 hisilicon,sap-dll-reg: 64 - hisilicon,sap-dll-reg 67 hisilicon,sap-dll-reg: false
|
| H A D | cdns,sdhci.yaml | 93 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 D | sdhci-msm.yaml | 133 qcom,dll-config: 242 qcom,dll-config = <0x0007642c>;
|
| H A D | fsl-imx-esdhc.yaml | 149 fsl,strobe-dll-delay-target: 152 Specify the strobe dll control slave delay target.
|
| /linux-6.15/Documentation/usb/ |
| H A D | linux-cdc-acm.inf | 39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" 66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
| /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ti/ |
| H A D | emif.txt | 50 - 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 D | sun7i-a20-icnova-a20.dtsi | 50 regulator-name = "vdd-int-dll";
|
| H A D | sun8i-a33-vstar-core1.dtsi | 49 regulator-name = "vdd-dll";
|
| H A D | sun7i-a20-haoyu-marsboard.dts | 144 regulator-name = "vdd-int-dll";
|
| H A D | sun5i-a13-pocketbook-614-plus.dts | 169 regulator-name = "vdd-int-dll";
|
| H A D | sun4i-a10-topwise-a721.dts | 187 regulator-name = "vdd-int-dll";
|
| H A D | sunxi-itead-core-common.dtsi | 100 regulator-name = "vdd-int-dll";
|
| H A D | sun6i-a31s-sina31s-core.dtsi | 125 regulator-name = "vdd-sys-dll";
|
| H A D | sun7i-a20-icnova-swac.dts | 132 regulator-name = "vdd-int-dll";
|
| H A D | sun4i-a10-gemei-g9.dts | 159 regulator-name = "vdd-int-dll";
|
| H A D | sun5i-a13-hsg-h702.dts | 140 regulator-name = "vdd-int-dll";
|
| H A D | sun6i-reference-design-tablet.dtsi | 133 regulator-name = "vdd-sys-dll";
|
| H A D | sun6i-a31s-yones-toptech-bs1078-v2.dts | 149 regulator-name = "vdd-sys-dll";
|
| /linux-6.15/drivers/crypto/intel/keembay/ |
| H A D | keembay-ocs-aes-core.c | 365 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 D | smc37c93x.h | 90 #define dll rbr macro
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | pxa.c | 409 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 D | sleep34xx.S | 294 bic r6, #(1<<3) @ disable dll 297 orr r6, r6, #(1<<3) @ enable dll
|