HomeSort by: relevance | last modified time | path
    Searched defs:oldpll2 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_nv04.c 211 uint32_t oldpll2 = !nv3035 ? nvkm_rd32(device, reg2) : 0; local in function:setPLL_double_highregs
213 uint32_t pll2 = (oldpll2 & 0x7fff0000) | 1 << 31 | pv->NM2;
238 if (oldpll1 == pll1 && oldpll2 == pll2)

Completed in 28 milliseconds