Lines Matching defs:tdvw_max
2369 u32 tdvw, tdvw_min, tdvw_max;
2405 tdvw_max = calc_tdvw_max(trp_cnt, clk_period, sdr->tRHOH_min,
2414 if (tdvw_max <= tdvw_min ||
2415 (tdvw_max % dqs_sampl_res) == 0) {
2453 tdvw_max = calc_tdvw_max(trp_cnt, clk_period,
2458 if ((((tdvw_max / dqs_sampl_res)
2460 (((tdvw_max % dqs_sampl_res) == 0) &&
2461 (((tdvw_max / dqs_sampl_res - 1)
2483 tdvw_max = calc_tdvw_max(trp_cnt, clk_period,
2582 if ((tdvw_max % dqs_sampl_res) > 0)
2583 sampling_point = tdvw_max / dqs_sampl_res;
2585 sampling_point = (tdvw_max / dqs_sampl_res - 1);
2595 if ((tdvw_max % dqs_sampl_res) == 0)
2600 phony_dqs_timing = (tdvw_max / dqs_sampl_res)