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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb_base.c1285 u32 pixclock_in_ps; local
1326 pixclock_in_ps = par->pll_ops->pll_to_var(info, &par->pll);
1328 pixclock_in_ps = 0;
1330 if (0 == pixclock_in_ps) {
1332 pixclock_in_ps = pixclock;
1350 hSync = 1000000000 / (pixclock_in_ps * h_total);
1361 "pixclock_in_ps %i (calculated %i)\n",
1363 pixclock, pixclock_in_ps);
1365 1000000 / pixclock_in_ps);
1369 1000000 / pixclock_in_ps, 100000
[all...]

Completed in 99 milliseconds