Home | History | Annotate | Download | only in a38x

Lines Matching refs:t_mod

1689 		t_rfc = 0, t_mod = 0, t_r2r = 0x3, t_r2r_high = 0,
1734 t_mod = GET_MAX_VALUE(t_ckclk * 12, 15000);
1753 t_mod = time_to_nclk(t_mod, t_ckclk);
1794 (((t_mod - 1) & SDRAM_TIMING_HIGH_TMOD_MASK) << SDRAM_TIMING_HIGH_TMOD_OFFS) |
1795 ((((t_mod - 1) >> 4) & SDRAM_TIMING_HIGH_TMOD_HIGH_MASK) << SDRAM_TIMING_HIGH_TMOD_HIGH_OFFS);