Searched refs:slow_dll_ctrl (Results 1 - 4 of 4) 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.c48 return mem_timings.slow_dll_ctrl;
154 omap2_sram_ddr_init(&mem_timings.slow_dll_ctrl,
158 mem_timings.slow_dll_ctrl &= 0xff00; /* Keep lock value */
161 mem_timings.slow_dll_ctrl |=
165 mem_timings.slow_dll_ctrl |= ((1 << 1) | (3 << 8));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dsram.h18 extern void omap2_sram_ddr_init(u32 *slow_dll_ctrl, u32 fast_dll_ctrl,
39 extern void omap242x_sram_ddr_init(u32 *slow_dll_ctrl, u32 fast_dll_ctrl,
52 extern void omap243x_sram_ddr_init(u32 *slow_dll_ctrl, u32 fast_dll_ctrl,
H A Dsdrc.h144 u32 slow_dll_ctrl; /* unlock mode, dll value for slow speed */ member in struct:memory_timings
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dsram.c303 static void (*_omap2_sram_ddr_init)(u32 *slow_dll_ctrl, u32 fast_dll_ctrl,
306 void omap2_sram_ddr_init(u32 *slow_dll_ctrl, u32 fast_dll_ctrl, argument
310 _omap2_sram_ddr_init(slow_dll_ctrl, fast_dll_ctrl,

Completed in 130 milliseconds