Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/
H A Dddr3_training_hw_algo.c57 int max_phase = MIN_VALUE, current_phase; in ddr3_tip_write_additional_odt_setting() local
89 current_phase = ((int)val & 0xe0) >> 6; in ddr3_tip_write_additional_odt_setting()
90 if (current_phase >= max_phase) in ddr3_tip_write_additional_odt_setting()
91 max_phase = current_phase; in ddr3_tip_write_additional_odt_setting()