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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dmemory.c42 return mem_timings.fast_dll_ctrl;
69 if (((mem_timings.fast_dll_ctrl & (1 << 2)) == M_LOCK_CTRL))
86 mem_timings.fast_dll_ctrl = (fast_dll | (3 << 8));
90 mem_timings.fast_dll_ctrl,
97 ((mem_timings.fast_dll_ctrl & 0xF) | (1 << 2));
H A Dmemory.h27 u32 fast_dll_ctrl; /* unlock mode, dll value for fast speed */ member in struct:memory_timings
H A Dclock.c460 u32 slow_dll_ctrl, fast_dll_ctrl, m_type; local
468 fast_dll_ctrl = omap2_memory_get_fast_dll_ctrl();
482 fast_dll_ctrl, m_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dsram.h17 extern void omap2_sram_ddr_init(u32 *slow_dll_ctrl, u32 fast_dll_ctrl,
27 extern void sram_ddr_init(u32 *slow_dll_ctrl, u32 fast_dll_ctrl,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dsram.c229 static void (*_omap2_sram_ddr_init)(u32 *slow_dll_ctrl, u32 fast_dll_ctrl,
232 void omap2_sram_ddr_init(u32 *slow_dll_ctrl, u32 fast_dll_ctrl, argument
238 return _omap2_sram_ddr_init(slow_dll_ctrl, fast_dll_ctrl,

Completed in 198 milliseconds