dfs_coeff         114 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 	u32 dfs_coeff;
dfs_coeff         201 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 	dvfs->dfs_coeff = min_t(u32, coeff, MASK(GPCPLL_DVFS0_DFS_COEFF_WIDTH));
dfs_coeff         212 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 		   __func__, uv, dvfs->dfs_coeff, dvfs->dfs_ext_cal,
dfs_coeff         238 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 	det_delta *= clk->dvfs.dfs_coeff;
dfs_coeff         561 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 		  dvfs->dfs_coeff << GPCPLL_DVFS0_DFS_COEFF_SHIFT |
dfs_coeff         626 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 	gm20b_dvfs_program_coeff(clk, clk->new_dvfs.dfs_coeff);
dfs_coeff         801 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c 	gm20b_dvfs_program_coeff(clk, clk->dvfs.dfs_coeff);