Lines Matching defs:distance
1806 static u32 marvell_vct5_distance2cm(int distance)
1808 return distance * 805 / 10;
1817 int distance, int pair)
1825 distance);
1856 int distance;
1886 for (distance = priv->first;
1887 distance <= priv->last;
1888 distance += priv->step) {
1889 err = marvell_vct5_amplitude_distance(phydev, distance,
1894 if (distance > TDR_SHORT_CABLE_LENGTH &&
2014 static int marvell_vct7_distance_to_length(int distance, bool meter)
2017 distance *= 100;
2019 return distance;