Home
last modified time | relevance | path

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

1234

/linux/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/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/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/arch/mips/boot/dts/mobileye/
H A Deyeq6h.dtsi129 cdns,phy-dll-delay-sdclk = <32>;
130 cdns,phy-dll-delay-sdclk-hsmmc = <32>;
131 cdns,phy-dll-delay-strobe = <32>;
H A Deyeq5.dtsi274 cdns,phy-dll-delay-sdclk = <32>;
275 cdns,phy-dll-delay-sdclk-hsmmc = <32>;
276 cdns,phy-dll-delay-strobe = <32>;
/linux/Documentation/usb/
H A Dlinux-cdc-acm.inf39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
/linux/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/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/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 Dsun7i-a20-icnova-swac.dts132 regulator-name = "vdd-int-dll";
H A Dsun6i-a31s-sina31s-core.dtsi125 regulator-name = "vdd-sys-dll";
H A Dsun7i-a20-olimex-som204-evb.dts230 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";
H A Dsun5i-a13-hsg-h702.dts140 regulator-name = "vdd-int-dll";
H A Dsun4i-a10-gemei-g9.dts159 regulator-name = "vdd-int-dll";
/linux/arch/sh/include/asm/
H A Dsmc37c93x.h90 #define dll rbr macro
/linux/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()
H A Domap-serial.c136 unsigned char dll; member
807 up->dll = quot & 0xff; in serial_omap_set_termios()
931 serial_out(up, UART_DLL, up->dll); /* LS of divisor */ in serial_omap_set_termios()
1718 serial_out(up, UART_DLL, up->dll); in serial_omap_restore_context()
/linux/arch/arm/mach-omap2/
H A Dsleep34xx.S294 bic r6, #(1<<3) @ disable dll
297 orr r6, r6, #(1<<3) @ enable dll

1234