Searched refs:IGP02E1000_AGC_RANGE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/e1000/
H A De1000_phy.h263 #define IGP02E1000_AGC_RANGE 15 macro
H A De1000_phy.c2608 phy->min_cable_length = (((agc_value - IGP02E1000_AGC_RANGE) > 0) ?
2609 (agc_value - IGP02E1000_AGC_RANGE) : 0);
2610 phy->max_cable_length = agc_value + IGP02E1000_AGC_RANGE;

Completed in 58 milliseconds