Searched refs:bios_sensor (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_temp.c34 therm->bios_sensor.offset_constant = 0;
36 therm->bios_sensor.thrs_fan_boost.temp = 90;
37 therm->bios_sensor.thrs_fan_boost.hysteresis = 3;
39 therm->bios_sensor.thrs_down_clock.temp = 95;
40 therm->bios_sensor.thrs_down_clock.hysteresis = 3;
42 therm->bios_sensor.thrs_critical.temp = 105;
43 therm->bios_sensor.thrs_critical.hysteresis = 5;
45 therm->bios_sensor.thrs_shutdown.temp = 135;
46 therm->bios_sensor.thrs_shutdown.hysteresis = 5; /*not that it matters */
52 struct nvbios_therm_sensor *s = &therm->bios_sensor;
[all...]
H A Dnouveau_nvkm_subdev_therm_base.c106 u8 max = therm->bios_sensor.thrs_fan_boost.temp;
232 return therm->bios_sensor.thrs_fan_boost.temp;
234 return therm->bios_sensor.thrs_fan_boost.hysteresis;
236 return therm->bios_sensor.thrs_down_clock.temp;
238 return therm->bios_sensor.thrs_down_clock.hysteresis;
240 return therm->bios_sensor.thrs_critical.temp;
242 return therm->bios_sensor.thrs_critical.hysteresis;
244 return therm->bios_sensor.thrs_shutdown.temp;
246 return therm->bios_sensor.thrs_shutdown.hysteresis;
274 therm->bios_sensor
[all...]
H A Dnouveau_nvkm_subdev_therm_ic.c42 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
H A Dnouveau_nvkm_subdev_therm_g84.c61 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
148 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
H A Dnouveau_nvkm_subdev_therm_nv40.c81 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
H A Dnouveau_nvkm_subdev_therm_nv50.c137 struct nvbios_therm_sensor *sensor = &therm->bios_sensor;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h74 struct nvbios_therm_sensor bios_sensor; member in struct:nvkm_therm

Completed in 129 milliseconds