Lines Matching full:refresh
43 u_short refresh; /* refresh time for array (us) */ member
60 .refresh = 64000,
69 .refresh = 64000,
78 .refresh = 64000,
86 .refresh = 64000,
95 .refresh = 64000,
104 .refresh = 64000,
113 .refresh = 64000,
199 * Set the SDRAM refresh rate.
208 * Update the refresh period. We do this such that we always refresh
209 * the SDRAMs within their permissible period. The refresh period is
218 u_int ns_row = (sdram->refresh * 1000) >> sdram->rows; in sdram_update_refresh()
260 * to refresh rapidly (every 64 memory clock cycles). To get in sa1110_target()
300 * Now, return the SDRAM refresh back to normal. in sa1110_target()
362 " twr: %d refresh: %d cas_latency: %d\n", in sa1110_clk_init()
364 sdram->twr, sdram->refresh, sdram->cas_latency); in sa1110_clk_init()