Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/core/
Dfbmon.c1102 #define C_VAL 30 macro
1200 h_period = 100 - C_VAL; in fb_get_hblank_by_dclk()
1206 h_period -= (100 - C_VAL) * 100; in fb_get_hblank_by_dclk()
1210 duty_cycle = C_VAL * 1000 - (M_VAL * h_period)/100; in fb_get_hblank_by_dclk()