Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
Dintelfbhw.c1026 static __inline__ int check_overflow(u32 value, u32 limit, in check_overflow() function
1120 if (check_overflow(p1, DPLL_P1_MASK, "PLL P1 parameter")) in intelfbhw_mode_to_hw()
1122 if (check_overflow(p2, DPLL_P2_MASK, "PLL P2 parameter")) in intelfbhw_mode_to_hw()
1124 if (check_overflow(m1, FP_DIVISOR_MASK, "PLL M1 parameter")) in intelfbhw_mode_to_hw()
1126 if (check_overflow(m2, FP_DIVISOR_MASK, "PLL M2 parameter")) in intelfbhw_mode_to_hw()
1128 if (check_overflow(n, FP_DIVISOR_MASK, "PLL N parameter")) in intelfbhw_mode_to_hw()
1197 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive")) in intelfbhw_mode_to_hw()
1200 if (check_overflow(hsync_start, HSYNCSTART_MASK, "CRTC hsync_start")) in intelfbhw_mode_to_hw()
1203 if (check_overflow(hsync_end, HSYNCEND_MASK, "CRTC hsync_end")) in intelfbhw_mode_to_hw()
1206 if (check_overflow(htotal, HTOTAL_MASK, "CRTC htotal")) in intelfbhw_mode_to_hw()
[all …]
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
Dtype.h440 bool check_overflow:1; member
631 bool check_overflow; member
1165 bool check_overflow, bool post_sq);
1253 bool check_overflow; member
Dctrl.c2517 bool check_overflow, bool post_sq) in irdma_sc_cq_create() argument
2563 FIELD_PREP(IRDMA_CQPSQ_CQ_CHKOVERFLOW, check_overflow) | in irdma_sc_cq_create()
2689 FIELD_PREP(IRDMA_CQPSQ_CQ_CHKOVERFLOW, info->check_overflow) | in irdma_sc_cq_modify()
4234 bool check_overflow, bool post_sq) in irdma_sc_ccq_create() argument
4238 ret_code = irdma_sc_cq_create(ccq, scratch, check_overflow, post_sq); in irdma_sc_ccq_create()
5020 pcmdinfo->in.u.cq_create.check_overflow, in irdma_exec_cqp_cmd()
Dverbs.c2207 cqp_info->in.u.cq_create.check_overflow = true; in irdma_create_cq()
/kernel/linux/linux-5.10/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()