Home
last modified time | relevance | path

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

/pciutils/lmr/
H A Dmargin_results.c173 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()
H A Dlmr.h101 double volt_coef; member
H A Dmargin.c357 results->volt_coef = volt_offset / (double)params.volt_steps * 10.0; in margin_test_receiver()