Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dnv40.c35 u32 npll_coef; member
162 clk->npll_coef = (N1 << 8) | M1; in nv40_clk_calc()
165 clk->npll_coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_clk_calc()
191 nvkm_wr32(device, 0x004004, clk->npll_coef); in nv40_clk_prog()