Lines Matching defs:percent
682 u32 percent;
708 /* increase resolution to get xx.xx percent */
720 percent = (unsigned long)DIV_ROUND_CLOSEST_ULL(hires_err, baud);
723 baud, priv->real_rates[i], percent / 100,
724 percent % 100);
725 if (percent < best_percent) {
726 best_percent = percent;
740 /* Error over 3 percent will cause data errors */
743 baud, percent / 100, percent % 100);