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

/freebsd-10.1-release/sys/dev/e1000/
H A De1000_phy.h262 #define IGP02E1000_AGC_RANGE 15 macro
H A De1000_phy.c2606 phy->min_cable_length = (((agc_value - IGP02E1000_AGC_RANGE) > 0) ?
2607 (agc_value - IGP02E1000_AGC_RANGE) : 0);
2608 phy->max_cable_length = agc_value + IGP02E1000_AGC_RANGE;

Completed in 54 milliseconds