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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_gx.c292 dotClock = 100000000 / pll->ics2595.period_in_ps;
390 pll->ics2595.period_in_ps = vclk_per;
398 return (pll->ics2595.period_in_ps); /* default for now */
556 pll->ics2595.period_in_ps = vclk_per;
564 return (pll->ics2595.period_in_ps); /* default for now */
675 pll->ics2595.period_in_ps = vclk_per;
683 return (pll->ics2595.period_in_ps); /* default for now */
793 pll->ics2595.period_in_ps = vclk_per;
801 return (pll->ics2595.period_in_ps); /* default for now */
H A Datyfb.h77 u32 period_in_ps; member in struct:pll_18818
H A Daty128fb.c1319 static int aty128_var_to_pll(u32 period_in_ps, struct aty128_pll *pll, argument
1329 vclk = 100000000 / period_in_ps; /* convert units to 10 kHz */
1361 c.ref_divider, period_in_ps);

Completed in 108 milliseconds