Searched refs:dll (Results 1 – 25 of 55) sorted by relevance
123
/u-boot/drivers/serial/ |
A D | ns16550.c | 222 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 D | serial_omap.c | 80 serial_dout(&com_port->dll, baud_divisor & 0xff); in _debug_uart_init()
|
A D | serial_mtk.c | 44 #define dll rbr macro 125 writel(quot & 0xff, &priv->regs->dll); in _mtk_serial_setbrg()
|
A D | serial_mt7620.c | 39 u32 dll; member
|
A D | serial_pxa.c | 76 writel(divider & 0xff, &uart_regs->dll); in pxa_setbrg_common()
|
/u-boot/arch/arm/include/asm/arch-pxa/ |
A D | regs-uart.h | 18 uint32_t dll; member
|
/u-boot/doc/device-tree-bindings/clock/ |
A D | rockchip,rk3288-dmc.txt | 22 …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 D | ns16550.h | 123 #define dll rbr macro
|
/u-boot/arch/arm/include/asm/ |
A D | omap_mmc.h | 46 unsigned int dll; /* 0x34 */ member
|
/u-boot/lib/lzma/ |
A D | lzma.txt | 103 …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 D | omap_hsmmc.c | 592 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 D | sunxi-itead-core-common.dtsi | 100 regulator-name = "vdd-int-dll";
|
A D | sun6i-a31s-sina31s-core.dtsi | 125 regulator-name = "vdd-sys-dll";
|
A D | sun7i-a20-icnova-swac.dts | 129 regulator-name = "vdd-int-dll";
|
A D | sun7i-a20-olimex-som204-evb.dts | 228 regulator-name = "vdd-int-dll";
|
A D | sun4i-a10-gemei-g9.dts | 159 regulator-name = "vdd-int-dll";
|
A D | sun4i-a10-inet97fv2.dts | 178 regulator-name = "vdd-int-dll";
|
A D | sun4i-a10-pcduino.dts | 180 regulator-name = "vdd-int-dll";
|
A D | sun5i-a10s-wobo-i5.dts | 174 regulator-name = "vdd-int-dll";
|
A D | sun6i-a31s-yones-toptech-bs1078-v2.dts | 167 regulator-name = "vdd-sys-dll";
|
A D | sun6i-reference-design-tablet.dtsi | 147 regulator-name = "vdd-sys-dll";
|
A D | sun7i-a20-cubieboard2.dts | 205 regulator-name = "vdd-int-dll";
|
A D | sun7i-a20-wexler-tab7200.dts | 184 regulator-name = "vdd-int-dll";
|
A D | sun7i-a20-wits-pro-a20-dkt.dts | 167 regulator-name = "vdd-int-dll";
|
A D | sun4i-a10-a1000.dts | 192 regulator-name = "vdd-int-dll";
|
Completed in 32 milliseconds
123