Home
last modified time | relevance | path

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

/Linux-v5.15/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 …]
/Linux-v5.15/drivers/infiniband/hw/irdma/
Dtype.h483 bool check_overflow:1; member
671 bool check_overflow; member
1203 bool check_overflow, bool post_sq);
1299 bool check_overflow; member
Dctrl.c2544 bool check_overflow, in irdma_sc_cq_create() argument
2591 FIELD_PREP(IRDMA_CQPSQ_CQ_CHKOVERFLOW, check_overflow) | in irdma_sc_cq_create()
2718 FIELD_PREP(IRDMA_CQPSQ_CQ_CHKOVERFLOW, info->check_overflow) | in irdma_sc_cq_modify()
4268 bool check_overflow, bool post_sq) in irdma_sc_ccq_create() argument
4272 ret_code = irdma_sc_cq_create(ccq, scratch, check_overflow, post_sq); in irdma_sc_ccq_create()
5061 pcmdinfo->in.u.cq_create.check_overflow, in irdma_exec_cqp_cmd()
Dverbs.c2093 cqp_info->in.u.cq_create.check_overflow = true; in irdma_create_cq()