Searched refs:current_phase (Results 1 – 3 of 3) sorted by relevance
50 int max_phase = MIN_VALUE, current_phase; in ddr3_tip_write_additional_odt_setting() local83 current_phase = ((int)val & 0xe0) >> 6; in ddr3_tip_write_additional_odt_setting()84 if (current_phase >= max_phase) in ddr3_tip_write_additional_odt_setting()85 max_phase = current_phase; in ddr3_tip_write_additional_odt_setting()
319 unsigned char current_phase,
543 unsigned char current_phase, in nsp_expect_signal() argument564 if ((phase & mask) != 0 && (phase & BUSMON_PHASE_MASK) == current_phase) { in nsp_expect_signal()