Home
last modified time | relevance | path

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

/drivers/video/fbdev/intelfb/
Dintelfbhw.c1028 static __inline__ int check_overflow(u32 value, u32 limit, in check_overflow() function
1122 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 …]
/drivers/infiniband/hw/i40iw/
Di40iw_type.h370 bool check_overflow; member
532 bool check_overflow; member
1194 bool check_overflow; member
Di40iw_ctrl.c2089 bool check_overflow, in i40iw_sc_ccq_create() argument
2116 LS_64(check_overflow, I40IW_CQPSQ_CQ_CHKOVERFLOW) | in i40iw_sc_ccq_create()
2247 bool check_overflow, in i40iw_sc_cq_create() argument
2281 LS_64(check_overflow, I40IW_CQPSQ_CQ_CHKOVERFLOW) | in i40iw_sc_cq_create()
2360 bool virtual_map, ceq_id_valid, check_overflow; in i40iw_sc_cq_modify() local
2396 check_overflow = info->check_overflow_change ? info->check_overflow : in i40iw_sc_cq_modify()
2397 cq->check_overflow; in i40iw_sc_cq_modify()
2404 cq->check_overflow = check_overflow; in i40iw_sc_cq_modify()
2420 LS_64(check_overflow, I40IW_CQPSQ_CQ_CHKOVERFLOW) | in i40iw_sc_cq_modify()
4220 pcmdinfo->in.u.cq_create.check_overflow, in i40iw_exec_cqp_cmd()