Home
last modified time | relevance | path

Searched refs:add1 (Results 1 – 3 of 3) 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
1550 add1 = new1 - pvt->rdimm_last_ce_count[chan][1]; in i7core_rdimm_update_ce_count()
1557 if (add1 < 0) in i7core_rdimm_update_ce_count()
1558 add1 += 0x7fff; in i7core_rdimm_update_ce_count()
1559 pvt->rdimm_ce_count[chan][1] += add1; in i7core_rdimm_update_ce_count()
1577 if (add1 != 0) in i7core_rdimm_update_ce_count()
1578 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, add1, in i7core_rdimm_update_ce_count()
1655 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local
1658 add1 = new1 - pvt->udimm_last_ce_count[1]; in i7core_udimm_check_mc_ecc_err()
1665 if (add1 < 0) in i7core_udimm_check_mc_ecc_err()
[all …]
/linux-4.1.27/lib/mpi/
DMakefile14 generic_mpih-add1.o \
/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()