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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h 61 u8 linear_max_temp; member in struct:nvbios_therm_fan
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_base.c 76 u8 linear_max_temp)
84 else if (temp > linear_max_temp)
90 duty /= (linear_max_temp - linear_min_temp);
99 u8 max = therm->fan->bios.linear_max_temp;
nouveau_nvkm_subdev_therm_fan.c 201 therm->fan->bios.linear_max_temp = 85;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_therm.c 205 fan->linear_max_temp = nvbios_rd08(bios, entry + 2);

Completed in 12 milliseconds