Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpll.h51 u8 bias_p; member
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv50.c67 (info.bias_p << 19) | in nv50_devinit_pll_set()
Dnv04.c313 Pval2 = pv->log2P + info.bias_p; in setPLL_double_lowregs()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv40.c54 ram->ctrl |= min(pll.bias_p + log2P, (int)pll.max_p) << 20; in nv40_ram_calc()
Dramnv50.c348 r004008 |= (mpll.bias_p << 19) | (P << 22) | (P << 16); in nv50_ram_calc()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c324 info->bias_p = nvbios_rd08(bios, data + 30); in nvbios_pll_parse()
349 info->bias_p = nvbios_rd08(bios, data + 27); in nvbios_pll_parse()