Home
last modified time | relevance | path

Searched refs:M_VAL (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c1014 #define M_VAL 300 macro
1112 h_period += (M_VAL * xres * 2 * 1000)/(5 * dclk); in fb_get_hblank_by_dclk()
1118 h_period /= 2 * M_VAL; in fb_get_hblank_by_dclk()
1120 duty_cycle = C_VAL * 1000 - (M_VAL * h_period)/100; in fb_get_hblank_by_dclk()