Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv04.c202 uint32_t oldpll1 = nv_rd32(devinit, reg1); in setPLL_double_highregs() local
204 uint32_t pll1 = (oldpll1 & 0xfff80000) | pv->log2P << 16 | pv->NM1; in setPLL_double_highregs()
221 oldpll1 = ~0; /* force mismatch */ in setPLL_double_highregs()
230 if (oldpll1 == pll1 && oldpll2 == pll2) in setPLL_double_highregs()