Searched refs:best_vref_values_start (Results 1 – 1 of 1) sorted by relevance
/external/coreboot/src/vendorcode/cavium/bdk/libdram/ |
D | dram-init-ddr3.c | 7562 char best_vref_values_start, vref_values_start; in init_octeon3_ddr3_interface() local 7595 best_vref_values_start = 0; in init_octeon3_ddr3_interface() 7628 … final_vref_value = best_vref_values_start + divide_roundup((best_vref_values_count-1)*4,10); in init_octeon3_ddr3_interface() 7631 node, ddr_interface_num, rankx, best_vref_values_start, in init_octeon3_ddr3_interface() 7633 best_vref_values_start+best_vref_values_count-1, in init_octeon3_ddr3_interface() 7636 … final_vref_value = best_vref_values_start + divide_nint(best_vref_values_count - 1, 2); in init_octeon3_ddr3_interface() 7643 int vvlo = best_vref_values_start; in init_octeon3_ddr3_interface() 7651 int vvhi = best_vref_values_start + best_vref_values_count - 1; in init_octeon3_ddr3_interface() 7967 best_vref_values_start = vref_values_start; in init_octeon3_ddr3_interface() 7970 rankx, vref_value, best_vref_values_start, in init_octeon3_ddr3_interface() [all …]
|