HomeSort by: relevance | last modified time | path
    Searched refs:thrs_fan_boost (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 36 therm->bios_sensor.thrs_fan_boost.temp = 90;
37 therm->bios_sensor.thrs_fan_boost.hysteresis = 3;
55 s->thrs_fan_boost.hysteresis = max_t(u8, s->thrs_fan_boost.hysteresis, 2);
177 nvkm_therm_threshold_hyst_polling(therm, &sensor->thrs_fan_boost,
204 sensor->thrs_fan_boost.temp,
205 sensor->thrs_fan_boost.hysteresis,
nouveau_nvkm_subdev_therm_g84.c 76 nvkm_wr32(device, 0x204c4, sensor->thrs_fan_boost.temp);
87 sensor->thrs_fan_boost.temp,
88 sensor->thrs_fan_boost.hysteresis,
175 &sensor->thrs_fan_boost,
nouveau_nvkm_subdev_therm_base.c 106 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;
274 therm->bios_sensor.thrs_fan_boost.temp = value;
278 therm->bios_sensor.thrs_fan_boost.hysteresis = value;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h 20 struct nvbios_therm_threshold thrs_fan_boost; member in struct:nvbios_therm_sensor
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_therm.c 121 sensor->thrs_fan_boost.temp = (value & 0xff0) >> 4;
122 sensor->thrs_fan_boost.hysteresis = value & 0xf;

Completed in 22 milliseconds