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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h 52 u8 max_duty; member in struct:nvbios_therm_fan
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_fan.c 51 target = min_t(u8, target, fan->bios.max_duty);
197 therm->fan->bios.max_duty = 100;
209 if (therm->fan->bios.max_duty > 100)
210 therm->fan->bios.max_duty = 100;
212 if (therm->fan->bios.min_duty > therm->fan->bios.max_duty)
213 therm->fan->bios.min_duty = therm->fan->bios.max_duty;
nouveau_nvkm_subdev_therm_base.c 85 return therm->fan->bios.max_duty;
89 duty *= (therm->fan->bios.max_duty - therm->fan->bios.min_duty);
228 return therm->fan->bios.max_duty;
260 if (value > therm->fan->bios.max_duty)
261 value = therm->fan->bios.max_duty;
269 therm->fan->bios.max_duty = value;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_fan.c 93 fan->max_duty = nvbios_rd08(bios, data + 0x03);
nouveau_nvkm_subdev_bios_therm.c 176 fan->max_duty = (value & 0xff00) >> 8;

Completed in 128 milliseconds