HomeSort by: relevance | last modified time | path
    Searched refs:linear_min_temp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h 60 u8 linear_min_temp; member in struct:nvbios_therm_fan
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_base.c 75 nvkm_therm_compute_linear_duty(struct nvkm_therm *therm, u8 linear_min_temp,
82 if (temp < linear_min_temp)
88 duty = (temp - linear_min_temp);
90 duty /= (linear_max_temp - linear_min_temp);
98 u8 min = therm->fan->bios.linear_min_temp;
nouveau_nvkm_subdev_therm_fan.c 200 therm->fan->bios.linear_min_temp = 40;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_therm.c 204 fan->linear_min_temp = nvbios_rd08(bios, entry + 1);

Completed in 13 milliseconds