Home
last modified time | relevance | path

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

/pciutils/lmr/
H A Dmargin_results.c171 double left_ps = lane->steps[TIM_LEFT] * res->tim_coef / 100.0 * margin_ui[link_speed]; in margin_results_print_brief()
172 double right_ps = lane->steps[TIM_RIGHT] * res->tim_coef / 100.0 * margin_ui[link_speed]; in margin_results_print_brief()
308 double left_ps = lane->steps[TIM_LEFT] * res->tim_coef / 100.0 * margin_ui[link_speed]; in margin_results_save_csv()
309 double right_ps = lane->steps[TIM_RIGHT] * res->tim_coef / 100.0 * margin_ui[link_speed]; in margin_results_save_csv()
H A Dlmr.h100 double tim_coef; // from steps to % UI member
H A Dmargin.c356 results->tim_coef = tim_offset / (double)params.timing_steps; in margin_test_receiver()