Home
last modified time | relevance | path

Searched refs:current_phase (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/ddr/marvell/a38x/
Dddr3_training_hw_algo.c49 int max_phase = MIN_VALUE, current_phase; in ddr3_tip_write_additional_odt_setting() local
81 current_phase = ((int)val & 0xe0) >> 6; in ddr3_tip_write_additional_odt_setting()
82 if (current_phase >= max_phase) in ddr3_tip_write_additional_odt_setting()
83 max_phase = current_phase; in ddr3_tip_write_additional_odt_setting()