Searched refs:fast_dll (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsdrc2xxx.c117 u32 fast_dll = 0; local
140 fast_dll = sdrc_read_reg(SDRC_DLLA_CTRL);
143 fast_dll = sdrc_read_reg(SDRC_DLLB_CTRL);
147 fast_dll &= ~0xff00;
148 fast_dll |= dll_cnt; /* Current lock mode */
151 mem_timings.fast_dll_ctrl = (fast_dll | (3 << 8));

Completed in 101 milliseconds