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

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dvolt.h25 * that for any given temperature a different one can return the lowest
35 int nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temperature);
H A Dclk.h133 int nvkm_clk_tstate(struct nvkm_clk *, u8 temperature);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_temp.c94 int temperature = therm->func->temp_get(therm); local
101 "temperature (%i C) went below the '%s' threshold\n",
102 temperature, thresholds[thrs]);
104 nvkm_info(subdev, "temperature (%i C) hit the '%s' threshold\n",
105 temperature, thresholds[thrs]);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu71_discrete.h594 uint32_t temperature; member in struct:SMU71_Discrete_Cac_Collection_Table
622 uint32_t temperature; member in struct:SMU71_Discrete_Cac_Verification_Table
H A Dsmu72_discrete.h658 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table
685 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
H A Dsmu73_discrete.h693 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table
720 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
H A Dsmu74_discrete.h661 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table
688 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
H A Dsmu75_discrete.h690 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Collection_Table
717 uint32_t temperature; member in struct:SMU7_Discrete_Cac_Verification_Table
/netbsd-current/sys/dev/ic/
H A Dmfireg.h1402 uint16_t temperature; /* degC */ member in struct:mfi_bbu_status
H A Dmfi.c845 printf("bbu type %d, voltage %d, current %d, temperature %d, "
847 stat->temperature, stat->fw_status);
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ni_dpm.c751 s64 kt, kv, leakage_w, i_leakage, vddc, temperature; local
755 temperature = div64_s64(drm_int2fixp(t), 1000);
758 drm_fixp_exp(drm_fixp_mul(div64_s64(drm_int2fixp(coeff->bt), 1000), temperature)));
H A Dradeon_si_dpm.c1780 s64 temperature, t_slope, t_intercept, av, bv, t_ref; local
1785 temperature = div64_s64(drm_int2fixp(t), 1000);
1794 kt = drm_fixp_exp(drm_fixp_mul(tmp, temperature));
/netbsd-current/sys/dev/pci/
H A Dif_iwmreg.h358 * device temperature is low enough to continue normal operation.
724 * @IWM_UCODE_TLV_CAPA_TEMP_THS_REPORT_SUPPORT: supports temperature
3131 uint32_t temperature; /* radio temperature */ member in struct:iwm_statistics_general_common
3884 * @bf_temp_threshold: This threshold determines the type of temperature
3886 * If the current temperature is above this threshold - Fast filter
3887 * will be used, If the current temperature is below this threshold -
3889 * @bf_temp_fast_filter: Send Beacon to driver if delta in temperature values
3891 * threshold. Zero value means that the temperature change is ignored for
3894 * @bf_temp_slow_filter: Send Beacon to driver if delta in temperature value
[all...]
H A Dmfii.c3963 le16toh(bbu.temperature) * 1000000 + 273150000;
4039 "%s BBU temperature", DEVNAME(sc));
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_si_dpm.c1872 s64 temperature, t_slope, t_intercept, av, bv, t_ref; local
1877 temperature = div64_s64(drm_int2fixp(t), 1000);
1886 kt = drm_fixp_exp(drm_fixp_mul(tmp, temperature));
7857 /* get temperature in millidegrees */

Completed in 491 milliseconds