Searched refs:h_period (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 Dfbmon.c1060 * duty cycle = C - (M * h_period)
1062 * where: h_period = SQRT(100 - C + (0.4 * xres * M)/dclk) + C - 100
1071 u32 duty_cycle, h_period, hblank; local
1074 h_period = 100 - C_VAL;
1075 h_period *= h_period;
1076 h_period += (M_VAL * xres * 2 * 1000)/(5 * dclk);
1077 h_period *=10000;
1079 h_period = int_sqrt(h_period);
[all...]

Completed in 43 milliseconds