Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv04.c205 uint32_t oldpll1 = nvkm_rd32(device, reg1); in setPLL_double_highregs() local
207 uint32_t pll1 = (oldpll1 & 0xfff80000) | pv->log2P << 16 | pv->NM1; in setPLL_double_highregs()
224 oldpll1 = ~0; /* force mismatch */ in setPLL_double_highregs()
233 if (oldpll1 == pll1 && oldpll2 == pll2) in setPLL_double_highregs()