Searched refs:pllvals (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_hw.c395 uint32_t pll2, struct nouveau_pll_vals *pllvals)
402 pllvals->log2P = (pll1 >> 16) & 0x7;
403 pllvals->N2 = pllvals->M2 = 1;
406 pllvals->NM1 = pll2 & 0xffff;
409 pllvals->NM2 = pll2 >> 16;
411 pllvals->NM1 = pll1 & 0xffff;
413 pllvals->NM2 = pll2 & 0xffff;
415 pllvals->M1 &= 0xf; /* only 4 bits */
417 pllvals
394 nouveau_hw_decode_pll(struct drm_device *dev, uint32_t reg1, uint32_t pll1, uint32_t pll2, struct nouveau_pll_vals *pllvals) argument
426 nouveau_hw_get_pllvals(struct drm_device *dev, enum pll_types plltype, struct nouveau_pll_vals *pllvals) argument
493 struct nouveau_pll_vals pllvals; local
[all...]
H A Dnouveau_hw.h44 struct nouveau_pll_vals *pllvals);
45 int nouveau_hw_pllvals_to_clk(struct nouveau_pll_vals *pllvals);
H A Dnv04_dfp.c601 (&dev_priv->saved_reg.crtc_reg[head].pllvals);
H A Dnv04_crtc.c109 struct nouveau_pll_vals *pv = &regp->pllvals;
H A Dnouveau_drv.h431 struct nouveau_pll_vals pllvals; member in struct:nv04_crtc_reg
H A Dnouveau_bios.c675 struct nouveau_pll_vals pllvals; local
686 clk = nouveau_calc_pll_mnp(dev, &pll_lim, clk, &pllvals);
692 nouveau_hw_setpll(dev, reg, &pllvals);

Completed in 128 milliseconds