Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/core/
Dfbmon.c1102 #define M_VAL 300 macro
1201 h_period += (M_VAL * xres * 2 * 1000)/(5 * dclk); in fb_get_hblank_by_dclk()
1207 h_period /= 2 * M_VAL; in fb_get_hblank_by_dclk()
1209 duty_cycle = C_VAL * 1000 - (M_VAL * h_period)/100; in fb_get_hblank_by_dclk()