Lines Matching refs:l3_rate
244 long l3_rate = rate / 1000; in sdrc_timings() local
246 SDRC_SET_ONE_PS(&actim_ctrla, 0, 4, tDAL, l3_rate); in sdrc_timings()
247 SDRC_SET_ONE_PS(&actim_ctrla, 6, 8, tDPL, l3_rate); in sdrc_timings()
248 SDRC_SET_ONE_PS(&actim_ctrla, 9, 11, tRRD, l3_rate); in sdrc_timings()
249 SDRC_SET_ONE_PS(&actim_ctrla, 12, 14, tRCD, l3_rate); in sdrc_timings()
250 SDRC_SET_ONE_PS(&actim_ctrla, 15, 17, tRP, l3_rate); in sdrc_timings()
251 SDRC_SET_ONE_PS(&actim_ctrla, 18, 21, tRAS, l3_rate); in sdrc_timings()
252 SDRC_SET_ONE_PS(&actim_ctrla, 22, 26, tRC, l3_rate); in sdrc_timings()
253 SDRC_SET_ONE_PS(&actim_ctrla, 27, 31, tRFC, l3_rate); in sdrc_timings()
255 SDRC_SET_ONE_PS(&actim_ctrlb, 0, 7, tXSR, l3_rate); in sdrc_timings()
257 SDRC_SET_ONE(&actim_ctrlb, 8, 10, tXP, l3_rate); in sdrc_timings()
258 SDRC_SET_ONE(&actim_ctrlb, 12, 14, tCKE, l3_rate); in sdrc_timings()
259 SDRC_SET_ONE(&actim_ctrlb, 16, 17, tWTR, l3_rate); in sdrc_timings()
261 ticks_per_ms = l3_rate; in sdrc_timings()