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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_nv04.c 215 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; /* nv41+ only */ local in function:setPLL_double_highregs
227 ramdac580 = new_ramdac580(reg1, single_stage, oldramdac580);
230 if (single_stage)
236 pll1 = (pll1 & 0x7fffffff) | (single_stage ? 0x4 : 0xc) << 28;
301 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; local in function:setPLL_double_lowregs
326 if (single_stage)
nouveau_nvkm_subdev_devinit_nv04.c 215 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; /* nv41+ only */ local in function:setPLL_double_highregs
227 ramdac580 = new_ramdac580(reg1, single_stage, oldramdac580);
230 if (single_stage)
236 pll1 = (pll1 & 0x7fffffff) | (single_stage ? 0x4 : 0xc) << 28;
301 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; local in function:setPLL_double_lowregs
326 if (single_stage)

Completed in 22 milliseconds