HomeSort by: relevance | last modified time | path
    Searched defs:dfs_det_max (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gm20b.c 120 s32 dfs_det_max; member in struct:gm20b_clk_dvfs
214 dvfs->dfs_det_max = 0;
218 dvfs->dfs_det_max);
242 det_delta = min(det_delta, clk->dvfs.dfs_det_max);
567 dvfs->dfs_det_max << GPCPLL_DVFS0_DFS_DET_MAX_SHIFT);
nouveau_nvkm_subdev_clk_gm20b.c 120 s32 dfs_det_max; member in struct:gm20b_clk_dvfs
214 dvfs->dfs_det_max = 0;
218 dvfs->dfs_det_max);
242 det_delta = min(det_delta, clk->dvfs.dfs_det_max);
567 dvfs->dfs_det_max << GPCPLL_DVFS0_DFS_DET_MAX_SHIFT);

Completed in 76 milliseconds