Searched refs:t_rfc (Results 1 – 5 of 5) sorted by relevance
98 u32 t_rfc; member230 spd->t_rfc = (buf->trfc_min_lsb | (buf->trfc_min_msb << 8)) * mtb / in ddrtimingcalculation()235 spd->t_xs = (((spd->t_rfc + 10) * 1000) / spd->t_ck); in ddrtimingcalculation()236 spd->t_rfc = ((spd->t_rfc * 1000) - 1) / spd->t_ck + 1; in ddrtimingcalculation()332 (spd->t_wlmrd & 0x3f) << 20 | (spd->t_rfc & 0x1ff) << 11 | in init_ddr3param()395 ((spd->t_rfc - 1) & 0x3ff) << 4 | in init_ddr3param()
50 writel((ck / dram->trfc) & 0x0000001F, &emc->t_rfc); in ddr_init()
28 u32 t_rfc; /* Auto-refresh period */ member
1619 t_rfc = 0, t_mod = 0; in ddr3_tip_set_timing() local1655 t_rfc = TIME_2_CLOCK_CYCLES(rfc_table[memory_size] * 1000, t_ckclk); in ddr3_tip_set_timing()1669 t_rfc & 0x7f, 0x7f)); in ddr3_tip_set_timing()1681 ((t_rfc & 0x380) >> 7) << 16, 0x70000)); in ddr3_tip_set_timing()
21 static const uint32_t t_rfc[5] = { variable