Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dmicrochip_t1.c692 int pos_peak_cycle = 0, pos_peak_in_phases = 0, pos_peak_phase = 0; in lan87xx_cable_test_report() local
717 pos_peak_in_phases = (pos_peak_cycle * 96) + pos_peak_phase; in lan87xx_cable_test_report()
724 ((pos_peak_in_phases - neg_peak_in_phases) >= min_time_diff) && in lan87xx_cable_test_report()
725 ((pos_peak_in_phases - neg_peak_in_phases) < max_time_diff) && in lan87xx_cable_test_report()
726 pos_peak_in_phases_hybrid < pos_peak_in_phases && in lan87xx_cable_test_report()
729 ((neg_peak_in_phases - pos_peak_in_phases) >= min_time_diff) && in lan87xx_cable_test_report()
730 ((neg_peak_in_phases - pos_peak_in_phases) < max_time_diff) && in lan87xx_cable_test_report()
732 (pos_peak_in_phases_hybrid < (pos_peak_in_phases + jitter_var)); in lan87xx_cable_test_report()
734 if (pos_peak_in_phases > neg_peak_in_phases && check_a) in lan87xx_cable_test_report()
736 else if ((neg_peak_in_phases > pos_peak_in_phases) && check_b) in lan87xx_cable_test_report()