Searched refs:volt_coef (Results 1 – 3 of 3) sorted by relevance
173 double up_volt = lane->steps[VOLT_UP] * res->volt_coef; in margin_results_print_brief()174 double down_volt = lane->steps[VOLT_DOWN] * res->volt_coef; in margin_results_print_brief()310 double up_volt = lane->steps[VOLT_UP] * res->volt_coef; in margin_results_save_csv()311 double down_volt = lane->steps[VOLT_DOWN] * res->volt_coef; in margin_results_save_csv()
101 double volt_coef; member
357 results->volt_coef = volt_offset / (double)params.volt_steps * 10.0; in margin_test_receiver()