Lines Matching defs:distance
2080 static u32 marvell_vct5_distance2cm(int distance)
2082 return distance * 805 / 10;
2091 int distance, int pair)
2099 distance);
2130 int distance;
2160 for (distance = priv->first;
2161 distance <= priv->last;
2162 distance += priv->step) {
2163 err = marvell_vct5_amplitude_distance(phydev, distance,
2168 if (distance > TDR_SHORT_CABLE_LENGTH &&
2288 static int marvell_vct7_distance_to_length(int distance, bool meter)
2291 distance *= 100;
2293 return distance;