Searched refs:lclk (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/
H A Dpxafb.c968 * 10khz. Calling the result of this function lclk gives us the
971 * PCD = (lclk * 10^4 ) * ( pixclock * 10^-12 )
1195 unsigned long lclk = clk_get_rate(fbi->clk); local
1205 LCCR1_BegLnDel(__smart_timing(t1, lclk)) |
1206 LCCR1_EndLnDel(__smart_timing(t2, lclk)) |
1207 LCCR1_HorSnchWdth(__smart_timing(t3, lclk));
1210 fbi->reg_lccr3 = fbi->lccr3 | LCCR3_PixClkDiv(__smart_timing(t4, lclk));

Completed in 105 milliseconds