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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbcvt.c107 u32 ideal_duty_cycle = fb_cvt_ideal_duty_cycle(cvt); local
110 if (ideal_duty_cycle < 20000)
114 hblank = (active_pixels * ideal_duty_cycle)/
115 (100000 - ideal_duty_cycle);

Completed in 70 milliseconds