Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/rza/ddr/
H A Dddr.c514 uint32_t num_best_vref_matches[MAX_BYTE_LANES]; in exec_trainingVREF() local
534 num_best_vref_matches[i] = 0; in exec_trainingVREF()
582 num_best_vref_matches[i] = 1; in exec_trainingVREF()
586 (num_best_vref_matches[i] < MAX_BEST_VREF_SAVED)) { in exec_trainingVREF()
587 all_best_vref_matches[i][num_best_vref_matches[i]] = in exec_trainingVREF()
589 num_best_vref_matches[i] += 1; in exec_trainingVREF()
603 for (j = 0; j < num_best_vref_matches[i]; j++) { in exec_trainingVREF()
648 num_best_vref_matches[i] = 0; in exec_trainingVREF()
694 num_best_vref_matches[i] = 1; in exec_trainingVREF()
698 (num_best_vref_matches[i] < MAX_BEST_VREF_SAVED)) { in exec_trainingVREF()
[all …]