Searched defs:memory_timings (Results 1 – 2 of 2) sorted by relevance
92 struct memory_timings { struct93 u32 m_type; /* ddr = 1, sdr = 0 */94 u32 dll_mode; /* use lock mode = 1, unlock mode = 0 */95 u32 slow_dll_ctrl; /* unlock mode, dll value for slow speed */96 u32 fast_dll_ctrl; /* unlock mode, dll value for fast speed */97 u32 base_cs; /* base chip select to use for calculations */
235 const struct sdram_timings *memory_timings) in sdrc_timings()