OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrs_shutdown
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_temp.c
45
therm->bios_sensor.
thrs_shutdown
.temp = 135;
46
therm->bios_sensor.
thrs_shutdown
.hysteresis = 5; /*not that it matters */
58
s->
thrs_shutdown
.hysteresis = max_t(u8, s->
thrs_shutdown
.hysteresis, 2);
187
nvkm_therm_threshold_hyst_polling(therm, &sensor->
thrs_shutdown
,
210
sensor->
thrs_shutdown
.temp,
211
sensor->
thrs_shutdown
.hysteresis);
nouveau_nvkm_subdev_therm_g84.c
72
nvkm_wr32(device, 0x20484, sensor->
thrs_shutdown
.hysteresis);
73
nvkm_wr32(device, 0x20480, sensor->
thrs_shutdown
.temp);
93
sensor->
thrs_shutdown
.temp,
94
sensor->
thrs_shutdown
.hysteresis);
167
&sensor->
thrs_shutdown
,
nouveau_nvkm_subdev_therm_base.c
244
return therm->bios_sensor.
thrs_shutdown
.temp;
246
return therm->bios_sensor.
thrs_shutdown
.hysteresis;
298
therm->bios_sensor.
thrs_shutdown
.temp = value;
302
therm->bios_sensor.
thrs_shutdown
.hysteresis = value;
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h
23
struct nvbios_therm_threshold
thrs_shutdown
;
member in struct:nvbios_therm_sensor
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_therm.c
147
sensor->
thrs_shutdown
.temp = (value & 0xff0) >> 4;
148
sensor->
thrs_shutdown
.hysteresis = value & 0xf;
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025