Searched refs:GPCPLL_DVFS1 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gm20b.c | 59 #define GPCPLL_DVFS1 (SYS_GPCPLL_CFG_BASE + 0x14) macro 540 val = nvkm_rd32(device, GPCPLL_DVFS1); in gm20b_dvfs_program_ext_cal() 544 nvkm_wr32(device, GPCPLL_DVFS1, val); in gm20b_dvfs_program_ext_cal() 752 nvkm_mask(device, GPCPLL_DVFS1, GPCPLL_DVFS1_EN_DFS_BIT, in gm20b_clk_init_dvfs() 762 nvkm_mask(device, GPCPLL_DVFS1, GPCPLL_DVFS1_EN_DFS_CAL_BIT, in gm20b_clk_init_dvfs() 774 nvkm_mask(device, GPCPLL_DVFS1, GPCPLL_DVFS1_EN_DFS_CAL_BIT, in gm20b_clk_init_dvfs() 778 ret = nvkm_wait_usec(device, 10, GPCPLL_DVFS1, in gm20b_clk_init_dvfs()
|