Home
last modified time | relevance | path

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

123

/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/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/arch/arm/boot/dts/allwinner/
H A Dsun7i-a20-icnova-a20.dtsi50 regulator-name = "vdd-int-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 Dsun5i-a13-hsg-h702.dts140 regulator-name = "vdd-int-dll";
H A Dsun7i-a20-olimex-som204-evb.dts230 regulator-name = "vdd-int-dll";
H A Dsun4i-a10-gemei-g9.dts159 regulator-name = "vdd-int-dll";
H A Dsun6i-a31s-yones-toptech-bs1078-v2.dts149 regulator-name = "vdd-sys-dll";
H A Dsun6i-reference-design-tablet.dtsi133 regulator-name = "vdd-sys-dll";
H A Dsun7i-a20-wexler-tab7200.dts177 regulator-name = "vdd-int-dll";
H A Dsun4i-a10-a1000.dts217 regulator-name = "vdd-int-dll";
H A Dsun4i-a10-pov-protab2-ips9.dts167 regulator-name = "vdd-int-dll";
H A Dsun5i-a10s-wobo-i5.dts148 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
/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-ld11.dtsi464 cdns,phy-dll-delay-sdclk = <21>;
465 cdns,phy-dll-delay-sdclk-hsmmc = <21>;

123