Searched refs:check_overflow (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/video/fbdev/intelfb/ | 
| D | intelfbhw.c | 1028 static __inline__ int check_overflow(u32 value, u32 limit,  in check_overflow()  function1122 	if (check_overflow(p1, DPLL_P1_MASK, "PLL P1 parameter"))  in intelfbhw_mode_to_hw()
 1124 	if (check_overflow(p2, DPLL_P2_MASK, "PLL P2 parameter"))  in intelfbhw_mode_to_hw()
 1126 	if (check_overflow(m1, FP_DIVISOR_MASK, "PLL M1 parameter"))  in intelfbhw_mode_to_hw()
 1128 	if (check_overflow(m2, FP_DIVISOR_MASK, "PLL M2 parameter"))  in intelfbhw_mode_to_hw()
 1130 	if (check_overflow(n, FP_DIVISOR_MASK, "PLL N parameter"))  in intelfbhw_mode_to_hw()
 1199 	if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive"))  in intelfbhw_mode_to_hw()
 1202 	if (check_overflow(hsync_start, HSYNCSTART_MASK, "CRTC hsync_start"))  in intelfbhw_mode_to_hw()
 1205 	if (check_overflow(hsync_end, HSYNCEND_MASK, "CRTC hsync_end"))  in intelfbhw_mode_to_hw()
 1208 	if (check_overflow(htotal, HTOTAL_MASK, "CRTC htotal"))  in intelfbhw_mode_to_hw()
 [all …]
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ | 
| D | i40iw_type.h | 364 	bool check_overflow;  member525 	bool check_overflow;  member
 1185 			bool check_overflow;  member
 
 | 
| D | i40iw_ctrl.c | 2001 						  bool check_overflow,  in i40iw_sc_ccq_create()  argument2028 		 LS_64(check_overflow, I40IW_CQPSQ_CQ_CHKOVERFLOW) |  in i40iw_sc_ccq_create()
 2159 						 bool check_overflow,  in i40iw_sc_cq_create()  argument
 2193 		 LS_64(check_overflow, I40IW_CQPSQ_CQ_CHKOVERFLOW) |  in i40iw_sc_cq_create()
 2272 	bool virtual_map, ceq_id_valid, check_overflow;  in i40iw_sc_cq_modify()  local
 2308 	check_overflow = info->check_overflow_change ? info->check_overflow :  in i40iw_sc_cq_modify()
 2309 			 cq->check_overflow;  in i40iw_sc_cq_modify()
 2316 	cq->check_overflow = check_overflow;  in i40iw_sc_cq_modify()
 2332 		 LS_64(check_overflow, I40IW_CQPSQ_CQ_CHKOVERFLOW) |  in i40iw_sc_cq_modify()
 4126 				pcmdinfo->in.u.cq_create.check_overflow,  in i40iw_exec_cqp_cmd()
 
 |