Lines Matching refs:baud_tolerance
142 struct tegra_baud_tolerance *baud_tolerance;
355 if (baud >= tup->baud_tolerance[i].lower_range_baud &&
356 baud <= tup->baud_tolerance[i].upper_range_baud)
358 tup->baud_tolerance[i].tolerance) / 10000);
1459 tup->baud_tolerance =
1461 sizeof(*tup->baud_tolerance), GFP_KERNEL);
1462 if (!tup->baud_tolerance)
1471 tup->baud_tolerance[index].lower_range_baud =
1478 tup->baud_tolerance[index].upper_range_baud =
1485 tup->baud_tolerance[index].tolerance =