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

/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5io.h134 uint32_t temperature; member in struct:mlx5_fpga_temperature
H A Dmlx5_ifc.h799 u8 temperature[0x10]; member in struct:mlx5_ifc_pddr_module_info_bits
8780 u8 temperature[0x10]; member in struct:mlx5_ifc_mtmp_reg_bits
10489 u8 temperature[0x10]; member in struct:mlx5_ifc_mtbr_temp_record_bits
10589 u8 temperature[0x10]; member in struct:mlx5_ifc_mtmp_bits
10615 u8 temperature[0x10]; member in struct:mlx5_ifc_mtmp_ext_bits
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c203 struct mlx5_fpga_temperature *temperature; local
263 temperature = (struct mlx5_fpga_temperature *)data;
264 mlx5_fpga_temperature(fdev, temperature);
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_cmd.c213 temp->temperature = MLX5_GET(mtmp_reg, out, temperature);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h418 u32 temperature; member in struct:private_port
H A Dnvm_cfg.h328 /* Set shutdown temperature */
331 /* Set max. count for over operational temperature */
373 /* Set caution temperature */
557 /* Max. continues operating temperature */
856 /* Set the Aux Fan on temperature */
1863 u32 temperature; /* 0x88 */ member in struct:nvm_cfg1_port
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c669 * Get temperature
674 * u32: temperature id
678 * u32: temperature id
695 device_printf(sc->dev, "can't get temperature\n");
699 /* result (temperature of degree C) */
1094 int turbo, temperature; local
1162 /* temperature */
1163 temperature = bcm2835_cpufreq_get_temperature(sc);
1199 "Temperature %d.%dC\n", (temperature / 1000),
1200 (temperature
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c2161 int temperature[AR9300_MAX_CHAINS]; local
2230 temperature[ichain] = ltemperature[ichain];
2252 temperature[ichain] = ltemperature[ichain] + factor + plus;
2262 temperature[ichain] = ltemperature[ichain];
2268 temperature[ichain] = htemperature[ichain];
2273 temperature[ichain] = 0;
2289 ah, frequency, correction, voltage, temperature);
2299 int *correction, int *voltage, int *temperature)
2337 * Enable temperature compensation
2446 AR_PHY_TPC_18, AR_PHY_TPC_18_THERM_CAL_VALUE, temperature[
2298 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-11-stable/sbin/nvmecontrol/
H A Dlogpage.c189 health->critical_warning.bits.temperature);
197 print_temp(health->temperature);
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme.h899 uint8_t temperature : 1; member in struct:nvme_critical_warning_state::__anon5185
913 uint16_t temperature; member in struct:nvme_health_information_page
H A Dnvme_ctrlr.c591 if (state.bits.temperature == 1)
592 nvme_printf(ctrlr, "temperature above threshold\n");
736 nvme_printf(ctrlr, "temperature threshold not supported\n");
737 ctrlr->async_event_config.bits.temperature = 0;
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_show.c221 printf(" Temperature: %d C\n", stat.temperature);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfireg.h1401 uint16_t temperature; member in struct:mfi_bbu_status
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ses.h1324 GEN_SES_STATUS_TEMP_SENSOR_ACCESSORS(temperature, TEMPERATURE)
H A Dscsi_all.h679 uint8_t temperature; member in struct:scsi_log_informational_exceptions
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c840 /* update number of temperature sensors */
857 (s16)MLX5_GET(mtmp_reg, out_sensor, temperature) * 125;
1609 "HW temperature in millicelcius");
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h3137 u_int8_t temperature; member in struct:mrsas_pd_info
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c6784 data->temperature = 0xff;

Completed in 430 milliseconds