Searched refs:oldpll2 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
H A Dnouveau_nvkm_subdev_devinit_nv04.c211 uint32_t oldpll2 = !nv3035 ? nvkm_rd32(device, reg2) : 0; local
213 uint32_t pll2 = (oldpll2 & 0x7fff0000) | 1 << 31 | pv->NM2;
238 if (oldpll1 == pll1 && oldpll2 == pll2)

Completed in 195 milliseconds