Home
last modified time | relevance | path

Searched defs:memory_timings (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/arm/plat-omap/include/plat/
Dsdrc.h147 struct memory_timings { struct
148 u32 m_type; /* ddr = 1, sdr = 0 */
149 u32 dll_mode; /* use lock mode = 1, unlock mode = 0 */
150 u32 slow_dll_ctrl; /* unlock mode, dll value for slow speed */
151 u32 fast_dll_ctrl; /* unlock mode, dll value for fast speed */
152 u32 base_cs; /* base chip select to use for calculations */
/linux-3.3/arch/arm/mach-omap2/
Dsdram-nokia.c238 const struct sdram_timings *memory_timings) in sdrc_timings()