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

/freebsd-10.2-release/sbin/nvmecontrol/
H A Dlogpage.c140 health->critical_warning.bits.temperature);
148 health->temperature,
149 (float)health->temperature - (float)273.15,
150 ((float)health->temperature * (float)9/5) - (float)459.67);
/freebsd-10.2-release/sys/dev/nvme/
H A Dnvme.h661 uint8_t temperature : 1; member in struct:nvme_critical_warning_state::__anon9671
673 uint16_t temperature; member in struct:nvme_health_information_page
H A Dnvme_ctrlr.c509 if (state.bits.temperature == 1)
510 nvme_printf(ctrlr, "temperature above threshold\n");
654 nvme_printf(ctrlr, "temperature threshold not supported\n");
655 ctrlr->async_event_config.bits.temperature = 0;
/freebsd-10.2-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c809 * Get temperature
814 * u32: temperature id
818 * u32: temperature id
843 device_printf(sc->dev, "can't get temperature\n");
847 /* result (temperature of degree C) */
1242 int turbo, temperature; local
1310 /* temperature */
1311 temperature = bcm2835_cpufreq_get_temperature(sc);
1347 "Temperature %d.%dC\n", (temperature / 1000),
1348 (temperature
[all...]
/freebsd-10.2-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c1953 int temperature[AR9300_MAX_CHAINS]; local
2022 temperature[ichain] = ltemperature[ichain];
2044 temperature[ichain] = ltemperature[ichain] + factor + plus;
2054 temperature[ichain] = ltemperature[ichain];
2060 temperature[ichain] = htemperature[ichain];
2065 temperature[ichain] = 0;
2081 ah, frequency, correction, voltage, temperature);
2091 int *correction, int *voltage, int *temperature)
2129 * Enable temperature compensation
2220 AR_PHY_TPC_18, AR_PHY_TPC_18_THERM_CAL_VALUE, temperature[
2090 ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *voltage, int *temperature) argument
[all...]
H A Dar9300eep.h632 extern int ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *voltage, int *temperature);
/freebsd-10.2-release/usr.sbin/mfiutil/
H A Dmfi_show.c219 printf(" Temperature: %d C\n", stat.temperature);
/freebsd-10.2-release/sys/dev/mfi/
H A Dmfireg.h1401 uint16_t temperature; member in struct:mfi_bbu_status
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_ses.h1324 GEN_SES_STATUS_TEMP_SENSOR_ACCESSORS(temperature, TEMPERATURE)

Completed in 200 milliseconds