OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrs_critical
(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
42
therm->bios_sensor.
thrs_critical
.temp = 105;
43
therm->bios_sensor.
thrs_critical
.hysteresis = 5;
57
s->
thrs_critical
.hysteresis = max_t(u8, s->
thrs_critical
.hysteresis, 2);
184
nvkm_therm_threshold_hyst_polling(therm, &sensor->
thrs_critical
,
208
sensor->
thrs_critical
.temp,
209
sensor->
thrs_critical
.hysteresis,
nouveau_nvkm_subdev_therm_g84.c
79
nvkm_wr32(device, 0x204c0, sensor->
thrs_critical
.temp);
91
sensor->
thrs_critical
.temp,
92
sensor->
thrs_critical
.hysteresis,
183
&sensor->
thrs_critical
,
nouveau_nvkm_subdev_therm_base.c
240
return therm->bios_sensor.
thrs_critical
.temp;
242
return therm->bios_sensor.
thrs_critical
.hysteresis;
290
therm->bios_sensor.
thrs_critical
.temp = value;
294
therm->bios_sensor.
thrs_critical
.hysteresis = value;
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h
22
struct nvbios_therm_threshold
thrs_critical
;
member in struct:nvbios_therm_sensor
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_therm.c
107
sensor->
thrs_critical
.temp = (value & 0xff0) >> 4;
108
sensor->
thrs_critical
.hysteresis = value & 0xf;
Completed in 31 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025