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

/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dsmu71_discrete.h592 uint32_t temperature; member in struct:SMU71_Discrete_Cac_Collection_Table
620 uint32_t temperature; member in struct:SMU71_Discrete_Cac_Verification_Table
H A Dsmu72_discrete.h656 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table
683 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
H A Dsmu74_discrete.h660 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table
687 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
H A Dsmu75_discrete.h688 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table
715 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
H A Dsmu73_discrete.h676 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table
703 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
/openbsd-current/sys/dev/acpi/
H A Dacpidev.h390 uint16_t temperature; /* 0.1 degK */ member in struct:acpisbs_battery
H A Dacpisbs.c73 CHECK(WORD, TEMPERATURE, temperature, SENSOR_TEMP,
74 "internal temperature"),
/openbsd-current/sys/dev/ic/
H A Dmfireg.h1170 uint16_t temperature; /* degC */ member in struct:mfi_bbu_status
H A Dmfi.c2377 sc->sc_bbu[3].value = letoh16(bbu.temperature) * 1000000 + 273150000;
/openbsd-current/sys/dev/fdt/
H A Dqcpas.c1119 uint32_t temperature; member in struct:battmgr_bat_status
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dni_dpm.c745 s64 kt, kv, leakage_w, i_leakage, vddc, temperature; local
749 temperature = div64_s64(drm_int2fixp(t), 1000);
752 drm_fixp_exp(drm_fixp_mul(div64_s64(drm_int2fixp(coeff->bt), 1000), temperature)));
H A Dsi_dpm.c1754 s64 temperature, t_slope, t_intercept, av, bv, t_ref; local
1759 temperature = div64_s64(drm_int2fixp(t), 1000);
1768 kt = drm_fixp_exp(drm_fixp_mul(tmp, temperature));
/openbsd-current/sys/dev/pci/
H A Dif_iwmreg.h350 * device temperature is low enough to continue normal operation.
881 * @IWM_UCODE_TLV_CAPA_TEMP_THS_REPORT_SUPPORT: supports temperature
2195 * @temperature: the current temperature in celsius
2199 uint16_t temperature; member in struct:iwm_ct_kill_notif
2204 * struct iwm_temp_report_ths_cmd - set temperature thresholds
2207 * @num_temps: number of temperature thresholds passed
3514 uint32_t temperature; /* radio temperature */ member in struct:iwm_statistics_general_common
4299 * @bf_temp_threshold: This threshold determines the type of temperature
[all...]
H A Dif_iwxreg.h764 * device temperature is low enough to continue normal operation.
1330 * @IWX_UCODE_TLV_CAPA_TEMP_THS_REPORT_SUPPORT: supports temperature
2106 * @temperature: the current temperature in celsius
2110 uint16_t temperature; member in struct:iwx_ct_kill_notif
2115 * struct iwx_temp_report_ths_cmd - set temperature thresholds
2118 * @num_temps: number of temperature thresholds passed
4723 * @bf_temp_threshold: This threshold determines the type of temperature
4725 * If the current temperature is above this threshold - Fast filter
4726 * will be used, If the current temperature i
[all...]
H A Dmfii.c3854 sc->sc_bbu[3].value = letoh16(bbu.temperature) * 1000000 + 273150000;
H A Dif_iwx.c8956 * In order to give responsibility for critical-temperature-kill
8957 * and TX backoff to FW we need to send an empty temperature
9917 printf("%s: device at critical temperature (%u degC), "
9919 DEVNAME(sc), le16toh(notif->temperature));
H A Dif_iwm.c9909 * In order to give responsibility for critical-temperature-kill
9910 * and TX backoff to FW we need to send an empty temperature
11147 printf("%s: device at critical temperature (%u degC), "
11149 DEVNAME(sc), le16toh(notif->temperature));
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_dpm.c1862 s64 temperature, t_slope, t_intercept, av, bv, t_ref; local
1867 temperature = div64_s64(drm_int2fixp(t), 1000);
1876 kt = drm_fixp_exp(drm_fixp_mul(tmp, temperature));
7873 /* get temperature in millidegrees */

Completed in 374 milliseconds