Searched refs:tmpVal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c565 int16_t tmpVal; local
666 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
668 (uint8_t)((tmpVal < 0) ? 0 : tmpVal);
689 tmpVal = (int16_t)TMP_VAL_VPD_TABLE;
691 ((tmpVal > 255) ? 255 : tmpVal);
734 int16_t tmpVal; local
834 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
836 (uint8_t)((tmpVal <
[all...]

Completed in 46 milliseconds