Lines Matching defs:tdvw_max
2326 u32 tdvw, tdvw_min, tdvw_max;
2362 tdvw_max = calc_tdvw_max(trp_cnt, clk_period, sdr->tRHOH_min,
2371 if (tdvw_max <= tdvw_min ||
2372 (tdvw_max % dqs_sampl_res) == 0) {
2410 tdvw_max = calc_tdvw_max(trp_cnt, clk_period,
2415 if ((((tdvw_max / dqs_sampl_res)
2417 (((tdvw_max % dqs_sampl_res) == 0) &&
2418 (((tdvw_max / dqs_sampl_res - 1)
2440 tdvw_max = calc_tdvw_max(trp_cnt, clk_period,
2539 if ((tdvw_max % dqs_sampl_res) > 0)
2540 sampling_point = tdvw_max / dqs_sampl_res;
2542 sampling_point = (tdvw_max / dqs_sampl_res - 1);
2552 if ((tdvw_max % dqs_sampl_res) == 0)
2557 phony_dqs_timing = (tdvw_max / dqs_sampl_res)