Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/phy/
Dmicrochip_t1.c656 int neg_peak_cycle = 0, neg_peak_in_phases = 0, neg_peak_phase = 0; in lan87xx_cable_test_report() local
683 neg_peak_in_phases = (neg_peak_cycle * 96) + neg_peak_phase; in lan87xx_cable_test_report()
687 ((pos_peak_in_phases - neg_peak_in_phases) >= min_time_diff) && in lan87xx_cable_test_report()
688 ((pos_peak_in_phases - neg_peak_in_phases) < max_time_diff) && in lan87xx_cable_test_report()
690 (pos_peak_in_phases_hybrid < (neg_peak_in_phases + jitter_var)); in lan87xx_cable_test_report()
692 ((neg_peak_in_phases - pos_peak_in_phases) >= min_time_diff) && in lan87xx_cable_test_report()
693 ((neg_peak_in_phases - pos_peak_in_phases) < max_time_diff) && in lan87xx_cable_test_report()
694 pos_peak_in_phases_hybrid < neg_peak_in_phases && in lan87xx_cable_test_report()
697 if (pos_peak_in_phases > neg_peak_in_phases && check_a) in lan87xx_cable_test_report()
699 else if ((neg_peak_in_phases > pos_peak_in_phases) && check_b) in lan87xx_cable_test_report()