HomeSort by: relevance | last modified time | path
    Searched defs:tmpVal (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar2316.c 387 int16_t tmpVal ;
461 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
462 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal);
482 tmpVal = (uint16_t)
485 pPDADCValues[kk++] = (tmpVal > 127) ?
486 127 : tmpVal;
ar2317.c 365 int16_t tmpVal ;
439 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
440 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal);
460 tmpVal = (uint16_t)
463 pPDADCValues[kk++] = (tmpVal > 127) ?
464 127 : tmpVal;
ar2413.c 381 int16_t tmpVal ;
455 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
456 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal);
476 tmpVal = (uint16_t)
479 pPDADCValues[kk++] = (tmpVal > 127) ?
480 127 : tmpVal;
ar2425.c 386 int16_t tmpVal ;
456 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
457 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal);
477 tmpVal = (uint16_t)
480 pPDADCValues[kk++] = (tmpVal > 127) ?
481 127 : tmpVal;
ar5413.c 417 int16_t tmpVal ;
491 tmpVal = (int16_t)(VpdTable_I[ii][0] + ss*Vpd_step);
492 pPDADCValues[kk++] = (uint16_t)((tmpVal < 0) ? 0 : tmpVal);
512 tmpVal = (uint16_t)
515 pPDADCValues[kk++] = (tmpVal > 127) ?
516 127 : tmpVal;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c 685 int16_t tmpVal;
780 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
781 pPDADCValues[k++] = (uint8_t)((tmpVal < 0) ? 0 : tmpVal);
801 tmpVal = (int16_t)((vpdTableI[i][sizeCurrVpdTable - 1] +
803 pPDADCValues[k++] = (uint8_t)((tmpVal > 255) ? 255 : tmpVal);
ar5416_reset.c 1965 int16_t tmpVal;
2056 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
2057 pPDADCValues[k++] = (uint8_t)((tmpVal < 0) ? 0 : tmpVal);
2077 tmpVal = (int16_t)((vpdTableI[i][sizeCurrVpdTable - 1] +
2079 pPDADCValues[k++] = (uint8_t)((tmpVal > 255) ? 255 : tmpVal);

Completed in 129 milliseconds