Searched refs:add1 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/edac/ |
D | i7core_edac.c | 1542 int add0 = 0, add1 = 0, add2 = 0; in i7core_rdimm_update_ce_count() local 1548 add1 = new1 - pvt->rdimm_last_ce_count[chan][1]; in i7core_rdimm_update_ce_count() 1555 if (add1 < 0) in i7core_rdimm_update_ce_count() 1556 add1 += 0x7fff; in i7core_rdimm_update_ce_count() 1557 pvt->rdimm_ce_count[chan][1] += add1; in i7core_rdimm_update_ce_count() 1575 if (add1 != 0) in i7core_rdimm_update_ce_count() 1576 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, add1, in i7core_rdimm_update_ce_count() 1653 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local 1656 add1 = new1 - pvt->udimm_last_ce_count[1]; in i7core_udimm_check_mc_ecc_err() 1663 if (add1 < 0) in i7core_udimm_check_mc_ecc_err() [all …]
|
/Linux-v4.19/lib/mpi/ |
D | Makefile | 15 generic_mpih-add1.o \
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_drv.h | 248 static inline uint_fixed_16_16_t add_fixed16(uint_fixed_16_16_t add1, in add_fixed16() argument 253 interm_sum = (uint64_t) add1.val + add2.val; in add_fixed16() 257 static inline uint_fixed_16_16_t add_fixed16_u32(uint_fixed_16_16_t add1, in add_fixed16_u32() argument 263 interm_sum = (uint64_t) add1.val + interm_add2.val; in add_fixed16_u32()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 69 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) in ixgbe_ones_comp_byte_add() argument 71 u16 sum = add1 + add2; in ixgbe_ones_comp_byte_add()
|