Searched refs:check_overflow (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/video/fbdev/intelfb/ |
A D | intelfbhw.c | 1028 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() 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() 1218 if (check_overflow(vactive, VACTIVE_MASK, "CRTC vactive")) in intelfbhw_mode_to_hw() [all …]
|
/linux/drivers/infiniband/hw/irdma/ |
A D | type.h | 483 bool check_overflow:1; member 671 bool check_overflow; member 1202 bool check_overflow, bool post_sq); 1298 bool check_overflow; member
|
A D | ctrl.c | 2503 bool check_overflow, in irdma_sc_cq_create() argument 2550 FIELD_PREP(IRDMA_CQPSQ_CQ_CHKOVERFLOW, check_overflow) | in irdma_sc_cq_create() 2677 FIELD_PREP(IRDMA_CQPSQ_CQ_CHKOVERFLOW, info->check_overflow) | in irdma_sc_cq_modify() 4227 bool check_overflow, bool post_sq) in irdma_sc_ccq_create() argument 4231 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()
|
A D | verbs.c | 2091 cqp_info->in.u.cq_create.check_overflow = true; in irdma_create_cq()
|
Completed in 33 milliseconds