Home
last modified time | relevance | path

Searched refs:clkgating_enabled (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_base.c313 if (!therm || !therm->func->clkgate_enable || !therm->clkgating_enabled) in nvkm_therm_clkgate_enable()
324 if (!therm || !therm->func->clkgate_fini || !therm->clkgating_enabled) in nvkm_therm_clkgate_fini()
336 if (!therm->func->clkgate_enable || !therm->clkgating_enabled) in nvkm_therm_clkgate_oneinit()
407 if (!therm || !therm->func->clkgate_init || !therm->clkgating_enabled) in nvkm_therm_clkgate_init()
450 therm->clkgating_enabled = nvkm_boolopt(device->cfgopt, in nvkm_therm_ctor()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h101 bool clkgating_enabled; member