Searched refs:overshoot (Results 1 – 2 of 2) sorted by relevance
626 static int overshoot = 1; in seek_forward() local646 count = target - ft_location.segment - overshoot; in seek_forward()679 overshoot, inhibit_correction); in seek_forward()686 overshoot, overshoot + error); in seek_forward()687 overshoot += error; in seek_forward()692 if (overshoot < -5 || in seek_forward()693 overshoot > OVERSHOOT_LIMIT) { in seek_forward()694 if (overshoot < 0) { in seek_forward()696 overshoot = -5; in seek_forward()699 overshoot = OVERSHOOT_LIMIT; in seek_forward()[all …]
571 - Increased maximum fast-seek overshoot value from 5 to 10 segments.575 - Fixed wrong calculation of overshoot on seek_forward: Wrong sign727 - Changed rewind code to handle negative overshoot for drives828 - Fixed failing repositioning when overshoot was incremented.868 - Fixed wrong adjustment of overshoot in seek_forward().892 - Being more conservative on overshoot value.