Searched refs:check_overflow (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1031 static __inline__ int check_overflow(u32 value, u32 limit, in check_overflow() function 1125 if (check_overflow(p1, DPLL_P1_MASK, "PLL P1 parameter")) in intelfbhw_mode_to_hw() 1127 if (check_overflow(p2, DPLL_P2_MASK, "PLL P2 parameter")) in intelfbhw_mode_to_hw() 1129 if (check_overflow(m1, FP_DIVISOR_MASK, "PLL M1 parameter")) in intelfbhw_mode_to_hw() 1131 if (check_overflow(m2, FP_DIVISOR_MASK, "PLL M2 parameter")) in intelfbhw_mode_to_hw() 1133 if (check_overflow(n, FP_DIVISOR_MASK, "PLL N parameter")) in intelfbhw_mode_to_hw() 1202 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive")) in intelfbhw_mode_to_hw() 1205 if (check_overflow(hsync_start, HSYNCSTART_MASK, "CRTC hsync_start")) in intelfbhw_mode_to_hw() 1208 if (check_overflow(hsync_end, HSYNCEND_MASK, "CRTC hsync_end")) in intelfbhw_mode_to_hw() 1211 if (check_overflow(htotal, HTOTAL_MASK, "CRTC htotal")) in intelfbhw_mode_to_hw() [all …]
|