Searched defs:temperature (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_eeprom.h135 * Mapping of a Tx power level, at factory calibration temperature,
169 /* h/w temperature at factory calib this band (signed) */
170 uint16_t temperature; member in struct:iwl_eeprom_txpower_group
176 * difference between current temperature and factory calib temperature.
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_eeprom.h132 * Mapping of a Tx power level, at factory calibration temperature,
166 /* h/w temperature at factory calib this band (signed) */
167 uint16_t temperature; member in struct:iwl_eeprom_txpower_group
173 * difference between current temperature and factory calib temperature.
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_eeprom.h135 * Mapping of a Tx power level, at factory calibration temperature,
169 /* h/w temperature at factory calib this band (signed) */
170 uint16_t temperature; member in struct:iwl_eeprom_txpower_group
176 * difference between current temperature and factory calib temperature.
194 uint8_t temperature; member in struct:iwk_eep_calib_measure
H A Diwk_calibration.h86 * 1) Tx power (depends on temperature)
94 * 4965 temperature calculation.
96 * The driver must calculate the device temperature before calculating
97 * a txpower setting (amplifier gain is temperature dependent). The
100 * real-time temperature indicator.
121 * temperature with factory-measured temperatures when calculating txpower
166 * 1) Current values for temperature param R4.
237 * Driver should interpolate factory values for temperature, gain table
256 * 6) Find difference between current device temperature and (interpolated)
257 * factory-measured temperature fo
689 uint32_t temperature; member in struct:statistics_general
[all...]
H A Diwk2.c1695 /* obtain current temperature of chipset */
2023 * The 4965 reply contains calibration data for temperature, voltage and tx gain
2262 /* XXX get temperature */
3579 /* obtain current temperature of chipset */
3891 /* obtain current temperature of chipset */
4422 * calculate 4965 chipset's kelvin temperature according to
4446 r4_s = (int32_t)(LE_32(sc->sc_statistics.general.temperature) <<
4452 IWK_DBG((IWK_DEBUG_CALIBRATION, "temperature R[1-4]: %d %d %d %d\n",
4457 "failed to calculate temperature"
4466 IWK_DBG((IWK_DEBUG_CALIBRATION, "calculated temperature
4824 int32_t temperature; local
[all...]
/illumos-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c257 * PCF8591 Chip Used for temperature sensors
1808 * cpu's. It will return the temperature in degrees C
1881 * temperature. If so change into 2's compliment
1974 int temperature, tmptemp, cputemp, hicputemp, ambtemp; local
2017 * faked out as to what the temperature is
2103 temperature = ambtemp;
2105 temperature = hicputemp - CPU_AMB_RISE;
2108 if (temperature < 0) {
2110 } else if (temperature > MAX_AMB_TEMP) {
2121 fan.val = acme_cpu_fanspd[temperature];
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c2589 * print temperature sensor information
2596 int64_t temperature; local
2619 temperature = picldiag_get_int_propval(temph, PICL_PROP_TEMPERATURE,
2631 if (got_temp && temperature < threshold)
2640 if (got_temp && temperature < threshold)
2649 if (got_temp && temperature > threshold)
2658 if (got_temp && temperature > threshold)
2676 log_printf("(%.2lldC)", temperature);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c2568 * print temperature sensor information
2575 int64_t temperature; local
2598 temperature = picldiag_get_int_propval(temph, PICL_PROP_TEMPERATURE,
2610 if (got_temp && temperature < threshold)
2619 if (got_temp && temperature < threshold)
2628 if (got_temp && temperature > threshold)
2637 if (got_temp && temperature > threshold)
2655 log_printf("(%.2lldC)", temperature);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c2181 * print temperature sensor information
2188 int64_t temperature; local
2211 temperature = picldiag_get_int_propval(temph, PICL_PROP_TEMPERATURE,
2223 if (got_temp && temperature < threshold)
2232 if (got_temp && temperature < threshold)
2241 if (got_temp && temperature > threshold)
2250 if (got_temp && temperature > threshold)
2266 log_printf("(%.2lldC)", temperature);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1865 /* over temperature event */
1882 uint32_t temperature; /* Last reported temperature */ member in struct:emlxs_hba

Completed in 91 milliseconds