Home
last modified time | relevance | path

Searched refs:add1 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_fixed.h127 static inline uint_fixed_16_16_t add_fixed16(uint_fixed_16_16_t add1, in add_fixed16() argument
132 tmp = (u64)add1.val + add2.val; in add_fixed16()
137 static inline uint_fixed_16_16_t add_fixed16_u32(uint_fixed_16_16_t add1, in add_fixed16_u32() argument
143 tmp = (u64)add1.val + tmp_add2.val; in add_fixed16_u32()
/linux/drivers/edac/
H A Di7core_edac.c1537 int add0 = 0, add1 = 0, add2 = 0; in i7core_rdimm_update_ce_count() local
1543 add1 = new1 - pvt->rdimm_last_ce_count[chan][1]; in i7core_rdimm_update_ce_count()
1550 if (add1 < 0) in i7core_rdimm_update_ce_count()
1551 add1 += 0x7fff; in i7core_rdimm_update_ce_count()
1552 pvt->rdimm_ce_count[chan][1] += add1; in i7core_rdimm_update_ce_count()
1570 if (add1 != 0) in i7core_rdimm_update_ce_count()
1571 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, add1, in i7core_rdimm_update_ce_count()
1648 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local
1651 add1 = new1 - pvt->udimm_last_ce_count[1]; in i7core_udimm_check_mc_ecc_err()
1658 if (add1 < 0) in i7core_udimm_check_mc_ecc_err()
[all …]
/linux/lib/crypto/mpi/
H A DMakefile15 generic_mpih-add1.o \