Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/phy/
Dmicrochip_t1.c866 int pos_peak_cycle = 0, pos_peak_in_phases = 0, pos_peak_phase = 0; in lan87xx_cable_test_report() local
888 pos_peak_cycle = (pos_peak_time >> 7) & 0x7F; in lan87xx_cable_test_report()
891 pos_peak_in_phases = (pos_peak_cycle * 96) + pos_peak_phase; in lan87xx_cable_test_report()
1649 int pos_peak_cycle, pos_peak_cycle_hybrid, pos_peak_in_phases; in lan887x_cable_test_report() local
1699 pos_peak_cycle = (pos_peak_time >> 7) & 0x7f; in lan887x_cable_test_report()
1700 pos_peak_in_phases = (pos_peak_cycle * 96) + (pos_peak_time & 0x7f); in lan887x_cable_test_report()