Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv04.c208 uint32_t pll2 = (oldpll2 & 0x7fff0000) | 1 << 31 | pv->NM2; in setPLL_double_highregs()
210 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; /* nv41+ only */ in setPLL_double_highregs()
290 uint32_t NMNM = pv->NM2 << 16 | pv->NM1; in setPLL_double_lowregs()
296 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; in setPLL_double_lowregs()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpll.h15 uint16_t NM1, NM2; member
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c147 pllvals->NM2 = pll2 >> 16; in nouveau_hw_decode_pll()
151 pllvals->NM2 = pll2 & 0xffff; in nouveau_hw_decode_pll()
Dcrtc.c134 pv->NM2 = 0; in nv_crtc_calc_state_ext()
164 if (pv->NM2) in nv_crtc_calc_state_ext()