Searched refs:check_overflow (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1026 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 …]
|
/linux-5.19.10/drivers/infiniband/hw/irdma/ |
D | type.h | 482 bool check_overflow:1; member 672 bool check_overflow; member 1205 bool check_overflow, bool post_sq); 1293 bool check_overflow; member
|
D | ctrl.c | 2498 bool check_overflow, bool post_sq) in irdma_sc_cq_create() argument 2544 FIELD_PREP(IRDMA_CQPSQ_CQ_CHKOVERFLOW, check_overflow) | in irdma_sc_cq_create() 2670 FIELD_PREP(IRDMA_CQPSQ_CQ_CHKOVERFLOW, info->check_overflow) | in irdma_sc_cq_modify() 4211 bool check_overflow, bool post_sq) in irdma_sc_ccq_create() argument 4215 ret_code = irdma_sc_cq_create(ccq, scratch, check_overflow, post_sq); in irdma_sc_ccq_create() 4995 pcmdinfo->in.u.cq_create.check_overflow, in irdma_exec_cqp_cmd()
|
D | verbs.c | 2110 cqp_info->in.u.cq_create.check_overflow = true; in irdma_create_cq()
|