Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_fixed.h128 uint_fixed_16_16_t add2) in add_fixed16() argument
132 tmp = (u64)add1.val + add2.val; in add_fixed16()
138 u32 add2) in add_fixed16_u32() argument
140 uint_fixed_16_16_t tmp_add2 = u32_to_fixed16(add2); in add_fixed16_u32()
/linux/arch/arc/include/asm/
H A Dentry.h70 add2 \out, \out, (THREAD_SIZE)/4
106 add2 \tmp, @_current_task, \tmp
H A Dentry-arcv2.h170 add2.nz r10, r10, SZ_PT_REGS/4 ; K mode SP
/linux/drivers/edac/
H A Di7core_edac.c1537 int add0 = 0, add1 = 0, add2 = 0; in i7core_rdimm_update_ce_count() local
1542 add2 = new2 - pvt->rdimm_last_ce_count[chan][2]; in i7core_rdimm_update_ce_count()
1546 if (add2 < 0) in i7core_rdimm_update_ce_count()
1547 add2 += 0x7fff; in i7core_rdimm_update_ce_count()
1548 pvt->rdimm_ce_count[chan][2] += add2; in i7core_rdimm_update_ce_count()
1574 if (add2 != 0) in i7core_rdimm_update_ce_count()
1575 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, add2, in i7core_rdimm_update_ce_count()
1648 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local
1650 add2 = new2 - pvt->udimm_last_ce_count[2]; in i7core_udimm_check_mc_ecc_err()
1654 if (add2 < 0) in i7core_udimm_check_mc_ecc_err()
[all …]