Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
Di7core_edac.c1544 int add0 = 0, add1 = 0, add2 = 0; in i7core_rdimm_update_ce_count() local
1549 add2 = new2 - pvt->rdimm_last_ce_count[chan][2]; in i7core_rdimm_update_ce_count()
1553 if (add2 < 0) in i7core_rdimm_update_ce_count()
1554 add2 += 0x7fff; in i7core_rdimm_update_ce_count()
1555 pvt->rdimm_ce_count[chan][2] += add2; in i7core_rdimm_update_ce_count()
1581 if (add2 != 0) in i7core_rdimm_update_ce_count()
1582 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, add2, in i7core_rdimm_update_ce_count()
1655 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local
1657 add2 = new2 - pvt->udimm_last_ce_count[2]; in i7core_udimm_check_mc_ecc_err()
1661 if (add2 < 0) in i7core_udimm_check_mc_ecc_err()
[all …]
/linux-4.1.27/arch/arc/kernel/
Dctx_sw_asm.S37 add2 r24, r0, KSP_WORD_OFF
/linux-4.1.27/arch/arc/include/asm/
Dentry.h239 add2 \out, \out, (THREAD_SIZE)/4
602 add2 \tmp, @_current_task, \tmp
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c94 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) in ixgbe_ones_comp_byte_add() argument
96 u16 sum = add1 + add2; in ixgbe_ones_comp_byte_add()