Lines Matching refs:temp
2409 if (ssp->temps.temp[i] != LOM_TEMP_STATE_NOT_PRESENT) {
2410 temps.temp[idx] = ssp->temps.temp[i];
3912 * is a case whereby a fatal fault (eg. over temp) could
3915 * failure (over temp) is still present.
3943 int8_t temp;
4016 temp = bscv_get8(ssp, chan_general,
4022 if ((temp <= LOM_TEMP_MAX_VALUE) ||
4023 (temp == LOM_TEMP_STATE_NOT_PRESENT)) {
4024 ssp->temps.temp[dev_no - 1] = temp;
5843 int8_t temp;
5891 bcopy(ssp->temps.temp, oldtemps, sizeof (oldtemps));
5944 temp = bscv_get8(ssp, chan_general, EBUS_IDX_TEMP1 + i);
5945 if ((temp <= LOM_TEMP_MAX_VALUE) ||
5946 (temp == LOM_TEMP_STATE_NOT_PRESENT)) {
5947 ssp->temps.temp[i] = temp;
5950 ssp->temps.temp[i] = oldtemps[i];