Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/powerpc/kernel/
Dudbg_16550.c101 unsigned int dll, base_bauds; in udbg_uart_setup() local
112 dll = base_bauds / speed; in udbg_uart_setup()
118 udbg_uart_out(UART_DLL, dll & 0xff); in udbg_uart_setup()
119 udbg_uart_out(UART_DLM, dll >> 8); in udbg_uart_setup()
130 unsigned int dll, dlm, divisor, prescaler, speed; in udbg_probe_uart_speed() local
139 dll = udbg_uart_in(UART_DLL); in udbg_probe_uart_speed()
141 divisor = dlm << 8 | dll; in udbg_probe_uart_speed()
/Linux-v4.19/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-v4.19/drivers/tty/serial/8250/
D8250_pxa.c67 unsigned int dll; in serial_pxa_dl_write() local
74 dll = serial_in(up, UART_DLL); in serial_pxa_dl_write()
75 WARN_ON(dll != (value & 0xff)); in serial_pxa_dl_write()
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dsdhci-cadence.txt56 - cdns,phy-dll-delay-sdclk:
60 - cdns,phy-dll-delay-sdclk-hsmmc:
64 - cdns,phy-dll-delay-strobe:
79 cdns,phy-dll-delay-sdclk = <0>;
/Linux-v4.19/arch/ia64/include/asm/sn/
Dioc3.h33 char dll; /* DLAB == 1 */ member
43 #define iu_dll u1.dll
/Linux-v4.19/Documentation/usb/
Dlinux-cdc-acm.inf39 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
66 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
/Linux-v4.19/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-v4.19/arch/sh/include/asm/
Dsmc37c93x.h90 #define dll rbr macro
/Linux-v4.19/arch/mips/include/asm/sn/
Dioc3.h16 volatile u8 dll; /* DLAB == 1 */ member
35 #define iu_dll u1.dll
/Linux-v4.19/drivers/tty/serial/
Dpxa.c435 unsigned int dll; in serial_pxa_set_termios() local
539 dll = serial_in(up, UART_DLL); in serial_pxa_set_termios()
540 WARN_ON(dll != (quot & 0xff)); in serial_pxa_set_termios()
/Linux-v4.19/arch/arm64/boot/dts/socionext/
Duniphier-pxs3.dtsi340 cdns,phy-dll-delay-sdclk = <21>;
341 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
Duniphier-ld11.dtsi420 cdns,phy-dll-delay-sdclk = <21>;
421 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
Duniphier-ld20.dtsi527 cdns,phy-dll-delay-sdclk = <21>;
528 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
/Linux-v4.19/arch/arm/boot/dts/
Dsunxi-itead-core-common.dtsi100 regulator-name = "vdd-int-dll";
Dsun6i-a31s-sina31s-core.dtsi125 regulator-name = "vdd-sys-dll";
Dsun7i-a20-icnova-swac.dts135 regulator-name = "vdd-int-dll";
Dsun7i-a20-olimex-som204-evb.dts238 regulator-name = "vdd-int-dll";
Dsun4i-a10-gemei-g9.dts159 regulator-name = "vdd-int-dll";
Dsun4i-a10-cubieboard.dts216 regulator-name = "vdd-int-dll";
Dsun5i-a10s-wobo-i5.dts174 regulator-name = "vdd-int-dll";
Dsun5i-a13-licheepi-one.dts174 regulator-name = "vdd-int-dll";
Dsun4i-a10-a1000.dts192 regulator-name = "vdd-int-dll";
Dsun6i-a31s-yones-toptech-bs1078-v2.dts167 regulator-name = "vdd-sys-dll";
Dsun6i-reference-design-tablet.dtsi147 regulator-name = "vdd-sys-dll";
/Linux-v4.19/arch/arm/mach-omap2/
Dsleep34xx.S306 bic r6, #(1<<3) @ disable dll
309 orr r6, r6, #(1<<3) @ enable dll

123