OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrs_down_clock
(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
39
therm->bios_sensor.
thrs_down_clock
.temp = 95;
40
therm->bios_sensor.
thrs_down_clock
.hysteresis = 3;
56
s->
thrs_down_clock
.hysteresis = max_t(u8, s->
thrs_down_clock
.hysteresis, 2);
181
&sensor->
thrs_down_clock
,
206
sensor->
thrs_down_clock
.temp,
207
sensor->
thrs_down_clock
.hysteresis,
nouveau_nvkm_subdev_therm_g84.c
82
nvkm_wr32(device, 0x20414, sensor->
thrs_down_clock
.temp);
89
sensor->
thrs_down_clock
.temp,
90
sensor->
thrs_down_clock
.hysteresis,
159
&sensor->
thrs_down_clock
,
nouveau_nvkm_subdev_therm_base.c
236
return therm->bios_sensor.
thrs_down_clock
.temp;
238
return therm->bios_sensor.
thrs_down_clock
.hysteresis;
282
therm->bios_sensor.
thrs_down_clock
.temp = value;
286
therm->bios_sensor.
thrs_down_clock
.hysteresis = value;
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h
21
struct nvbios_therm_threshold
thrs_down_clock
;
member in struct:nvbios_therm_sensor
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_therm.c
114
sensor->
thrs_down_clock
.temp = (value & 0xff0) >> 4;
115
sensor->
thrs_down_clock
.hysteresis = value & 0xf;
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025