Lines Matching refs:bottom
1507 int top[3], bottom[3];
1513 bottom[ch] = 10;
1514 dev.frontend.set_offset(ch, bottom[ch]);
1519 // scan with bottom AFE settings
1553 bottom[0], bottom[1], bottom[2]);
1559 DBG(DBG_info, "%s: bottom avg %d=%d\n", __func__, ch, bottomavg[ch]);
1602 while ((pass < 32) && ((top[0] - bottom[0] > 1) ||
1603 (top[1] - bottom[1] > 1) ||
1604 (top[2] - bottom[2] > 1)))
1609 if (top[ch] - bottom[ch] > 1) {
1610 dev.frontend.set_offset(ch, (top[ch] + bottom[ch]) / 2);
1661 bottom[ch] = dev.frontend.get_offset(ch);
2022 std::uint16_t bottom[3] = {};
2027 bottom[0] = 29000;
2028 bottom[1] = 29000;
2029 bottom[2] = 29000;
2035 bottom[0] = 28000;
2036 bottom[1] = 28000;
2037 bottom[2] = 28000;
2102 if (avg[i] < bottom[i]) {
2104 exp[i] = (exp[i] * bottom[i]) / avg[i];
2121 if (avg[i] < bottom[i] || avg[i] > top[i]) {
2122 auto target = (bottom[i] + top[i]) / 2;
6216 throw SaneException("top left x >= bottom right x");
6219 throw SaneException("top left y >= bottom right y");