Searched refs:nvclk_freq (Results 1 - 3 of 3) 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_calc.c59 int mclk_freq, pclk_freq, nvclk_freq; local
65 nvclk_freq = arb->nvclk_khz;
83 us_n = nvclks * 1000 * 1000 / nvclk_freq;
114 int pclk_freq, nvclk_freq, mclk_freq; local
122 nvclk_freq = arb->nvclk_khz;
155 + nvclks * 1000 * 1000 / nvclk_freq /* nvclk latency */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Driva_hw.c663 int mclk_freq, pclk_freq, nvclk_freq, mp_enable; local
671 nvclk_freq = arb->nvclk_khz;
712 us_n = nvclks*1000*1000 / nvclk_freq;
722 if (nvclk_freq * 2 > mclk_freq * width)
723 video_fill_us = cbs*1000*1000 / 16 / nvclk_freq ;
732 if (nvclk_freq * 2 > mclk_freq * width)
733 video_fill_us = vbs *1000*1000/ 16 / nvclk_freq ;
850 int mclk_freq, pclk_freq, nvclk_freq, mp_enable; local
862 nvclk_freq = arb->nvclk_khz;
934 us_n = nvclks*1000*1000 / nvclk_freq;/* nvcl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnv_hw.c247 int mclk_freq, pclk_freq, nvclk_freq, mp_enable; local
254 nvclk_freq = arb->nvclk_khz;
292 us_n = nvclks * 1000 * 1000 / nvclk_freq;
302 if (nvclk_freq * 2 > mclk_freq * width)
304 cbs * 1000 * 1000 / 16 / nvclk_freq;
317 if (nvclk_freq * 2 > mclk_freq * width)
319 vbs * 1000 * 1000 / 16 / nvclk_freq;
421 int mclk_freq, pclk_freq, nvclk_freq, mp_enable; local
433 nvclk_freq = arb->nvclk_khz;
499 us_n = nvclks * 1000 * 1000 / nvclk_freq;
[all...]

Completed in 55 milliseconds