Searched refs:add2 (Results 1 – 6 of 6) 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 1547 add2 = new2 - pvt->rdimm_last_ce_count[chan][2]; in i7core_rdimm_update_ce_count() 1551 if (add2 < 0) in i7core_rdimm_update_ce_count() 1552 add2 += 0x7fff; in i7core_rdimm_update_ce_count() 1553 pvt->rdimm_ce_count[chan][2] += add2; in i7core_rdimm_update_ce_count() 1579 if (add2 != 0) in i7core_rdimm_update_ce_count() 1580 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, add2, in i7core_rdimm_update_ce_count() 1653 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local 1655 add2 = new2 - pvt->udimm_last_ce_count[2]; in i7core_udimm_check_mc_ecc_err() 1659 if (add2 < 0) in i7core_udimm_check_mc_ecc_err() [all …]
|
/Linux-v4.19/arch/arc/include/asm/ |
D | entry.h | 221 add2 \out, \out, (THREAD_SIZE)/4 257 add2 \tmp, @_current_task, \tmp
|
/Linux-v4.19/arch/arc/kernel/ |
D | ctx_sw_asm.S | 38 add2 r24, r0, KSP_WORD_OFF
|
/Linux-v4.19/arch/arc/mm/ |
D | tlbex.S | 214 add2.nz r1, r1, r0
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_drv.h | 249 uint_fixed_16_16_t add2) in add_fixed16() argument 253 interm_sum = (uint64_t) add1.val + add2.val; in add_fixed16() 258 uint32_t add2) in add_fixed16_u32() argument 261 uint_fixed_16_16_t interm_add2 = u32_to_fixed16(add2); 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()
|