Home
last modified time | relevance | path

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

123

/u-boot/drivers/serial/
A Dns16550.c222 serial_out(baud_divisor & 0xff, &com_port->dll); in ns16550_setbrg()
242 const int dll = serial_in(&com_port->dll); in ns16550_init() local
244 const int divisor = dll | (dlm << 8); in ns16550_init()
344 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_init()
354 ret = serial_din(&com_port->dll) & 0xff; in NS16550_read_baud_divisor()
A Dserial_omap.c80 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_init()
A Dserial_mtk.c44 #define dll rbr macro
125 writel(quot & 0xff, &priv->regs->dll); in _mtk_serial_setbrg()
A Dserial_mt7620.c39 u32 dll; member
A Dserial_pxa.c76 writel(divider & 0xff, &uart_regs->dll); in pxa_setbrg_common()
/u-boot/arch/arm/include/asm/arch-pxa/
A Dregs-uart.h18 uint32_t dll; member
/u-boot/doc/device-tree-bindings/clock/
A Drockchip,rk3288-dmc.txt22 …rockchip,dll-disable-freq: if ddr clock frequency low than dll-disable-freq,this driver should dis…
136 rockchip,dll-disable-freq = <333000000>;
/u-boot/include/
A Dns16550.h123 #define dll rbr macro
/u-boot/arch/arm/include/asm/
A Domap_mmc.h46 unsigned int dll; /* 0x34 */ member
/u-boot/lib/lzma/
A Dlzma.txt103 …Format7zR - 7zr.dll: Reduced version of 7za.dll: extracting/compressing to 7z/LZMA/BCJ/BCJ2
104 Format7zExtractR - 7zxr.dll: Reduced version of 7zxa.dll: extracting from 7z/LZMA/BCJ/BCJ2.
108 Client7z - Test application for 7za.dll, 7zr.dll, 7zxr.dll
/u-boot/drivers/mmc/
A Domap_hsmmc.c592 val = readl(&mmc_base->dll); in omap_hsmmc_disable_tuning()
594 writel(val, &mmc_base->dll); in omap_hsmmc_disable_tuning()
605 val = readl(&mmc_base->dll); in omap_hsmmc_set_dll()
609 writel(val, &mmc_base->dll); in omap_hsmmc_set_dll()
612 writel(val, &mmc_base->dll); in omap_hsmmc_set_dll()
614 if (readl(&mmc_base->dll) & DLL_CALIB) in omap_hsmmc_set_dll()
618 writel(val, &mmc_base->dll); in omap_hsmmc_set_dll()
657 val = readl(&mmc_base->dll); in omap_hsmmc_execute_tuning()
659 writel(val, &mmc_base->dll); in omap_hsmmc_execute_tuning()
/u-boot/arch/arm/dts/
A Dsunxi-itead-core-common.dtsi100 regulator-name = "vdd-int-dll";
A Dsun6i-a31s-sina31s-core.dtsi125 regulator-name = "vdd-sys-dll";
A Dsun7i-a20-icnova-swac.dts129 regulator-name = "vdd-int-dll";
A Dsun7i-a20-olimex-som204-evb.dts228 regulator-name = "vdd-int-dll";
A Dsun4i-a10-gemei-g9.dts159 regulator-name = "vdd-int-dll";
A Dsun4i-a10-inet97fv2.dts178 regulator-name = "vdd-int-dll";
A Dsun4i-a10-pcduino.dts180 regulator-name = "vdd-int-dll";
A Dsun5i-a10s-wobo-i5.dts174 regulator-name = "vdd-int-dll";
A Dsun6i-a31s-yones-toptech-bs1078-v2.dts167 regulator-name = "vdd-sys-dll";
A Dsun6i-reference-design-tablet.dtsi147 regulator-name = "vdd-sys-dll";
A Dsun7i-a20-cubieboard2.dts205 regulator-name = "vdd-int-dll";
A Dsun7i-a20-wexler-tab7200.dts184 regulator-name = "vdd-int-dll";
A Dsun7i-a20-wits-pro-a20-dkt.dts167 regulator-name = "vdd-int-dll";
A Dsun4i-a10-a1000.dts192 regulator-name = "vdd-int-dll";

Completed in 32 milliseconds

123