Searched refs:log2P (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/
H A Dnouveau_calc.c353 bestpv->log2P = thisP;
388 int M1, N1, M2, N2, log2P; local
394 for (log2P = 0; clk && log2P < maxlog2P && clk <= (vco2 >> log2P); log2P++)
396 clkP = clk << log2P;
440 calcclkout = calcclk2 >> log2P;
452 bestpv->log2P = log2P;
[all...]
H A Dnv50_calc.c45 *P = pll_vals.log2P;
H A Dnouveau_hw.c166 uint32_t pll = (oldpll & 0xfff80000) | pv->log2P << 16 | pv->NM1;
182 NVWriteRAMDAC(dev, 0, reg, pv->log2P << 16 | (oldpll & 0xffff));
224 uint32_t pll1 = (oldpll1 & 0xfff80000) | pv->log2P << 16 | pv->NM1;
309 0xc << 28 | pv->log2P << 16;
330 Pval2 = pv->log2P + pll_lim.log2p_bias;
401 /* log2P is & 0x7 as never more than 7, and nv30/35 only uses 3 bits */
402 pllvals->log2P = (pll1 >> 16) & 0x7;
487 return pv->N1 * pv->N2 * pv->refclk / (pv->M1 * pv->M2) >> pv->log2P;
535 pv.log2P <= pll_lim.max_log2p)
543 pv.log2P
[all...]
H A Dnv04_crtc.c147 pv->N1, pv->N2, pv->M1, pv->M2, pv->log2P);
150 pv->N1, pv->M1, pv->log2P);
H A Dnouveau_drv.h395 int log2P; member in struct:nouveau_pll_vals
H A Dnouveau_bios.c656 reg0 = (reg0 & 0xfff8ffff) | (pll.log2P << 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_calc.c353 bestpv->log2P = thisP;
388 int M1, N1, M2, N2, log2P; local
394 for (log2P = 0; clk && log2P < maxlog2P && clk <= (vco2 >> log2P); log2P++)
396 clkP = clk << log2P;
440 calcclkout = calcclk2 >> log2P;
452 bestpv->log2P = log2P;
[all...]
H A Dnv50_calc.c45 *P = pll_vals.log2P;
H A Dnouveau_hw.c166 uint32_t pll = (oldpll & 0xfff80000) | pv->log2P << 16 | pv->NM1;
182 NVWriteRAMDAC(dev, 0, reg, pv->log2P << 16 | (oldpll & 0xffff));
224 uint32_t pll1 = (oldpll1 & 0xfff80000) | pv->log2P << 16 | pv->NM1;
309 0xc << 28 | pv->log2P << 16;
330 Pval2 = pv->log2P + pll_lim.log2p_bias;
401 /* log2P is & 0x7 as never more than 7, and nv30/35 only uses 3 bits */
402 pllvals->log2P = (pll1 >> 16) & 0x7;
487 return pv->N1 * pv->N2 * pv->refclk / (pv->M1 * pv->M2) >> pv->log2P;
535 pv.log2P <= pll_lim.max_log2p)
543 pv.log2P
[all...]
H A Dnv04_crtc.c147 pv->N1, pv->N2, pv->M1, pv->M2, pv->log2P);
150 pv->N1, pv->M1, pv->log2P);
H A Dnouveau_drv.h395 int log2P; member in struct:nouveau_pll_vals
H A Dnouveau_bios.c656 reg0 = (reg0 & 0xfff8ffff) | (pll.log2P << 16);

Completed in 128 milliseconds