Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/core/include/subdev/bios/
Dpll.h53 u8 bias_p; member
/drivers/gpu/drm/nouveau/core/subdev/devinit/
Dnv50.c64 (info.bias_p << 19) | in nv50_devinit_pll_set()
Dnv04.c307 Pval2 = pv->log2P + info.bias_p; in setPLL_double_lowregs()
/drivers/gpu/drm/nouveau/core/subdev/bios/
Dpll.c314 info->bias_p = nv_ro08(bios, data + 30); in nvbios_pll_parse()
339 info->bias_p = nv_ro08(bios, data + 27); in nvbios_pll_parse()
/drivers/gpu/drm/nouveau/core/subdev/fb/
Dramnv40.c58 ram->ctrl |= min(pll.bias_p + log2P, (int)pll.max_p) << 20; in nv40_ram_calc()
Dramnv50.c150 ram_mask(hwsq, 0x004008, 0x81ff0000, 0x80000000 | (mpll.bias_p << 19) | in nv50_ram_calc()