h_period 1107 drivers/video/fbdev/core/fbmon.c u32 duty_cycle, h_period, hblank; h_period 1110 drivers/video/fbdev/core/fbmon.c h_period = 100 - C_VAL; h_period 1111 drivers/video/fbdev/core/fbmon.c h_period *= h_period; h_period 1112 drivers/video/fbdev/core/fbmon.c h_period += (M_VAL * xres * 2 * 1000)/(5 * dclk); h_period 1113 drivers/video/fbdev/core/fbmon.c h_period *= 10000; h_period 1115 drivers/video/fbdev/core/fbmon.c h_period = int_sqrt(h_period); h_period 1116 drivers/video/fbdev/core/fbmon.c h_period -= (100 - C_VAL) * 100; h_period 1117 drivers/video/fbdev/core/fbmon.c h_period *= 1000; h_period 1118 drivers/video/fbdev/core/fbmon.c h_period /= 2 * M_VAL; h_period 1120 drivers/video/fbdev/core/fbmon.c duty_cycle = C_VAL * 1000 - (M_VAL * h_period)/100;