Searched refs:add2 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
A D | i915_fixed.h | 128 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/drivers/edac/ |
A D | i7core_edac.c | 1539 int add0 = 0, add1 = 0, add2 = 0; in i7core_rdimm_update_ce_count() local 1548 if (add2 < 0) in i7core_rdimm_update_ce_count() 1549 add2 += 0x7fff; in i7core_rdimm_update_ce_count() 1550 pvt->rdimm_ce_count[chan][2] += add2; in i7core_rdimm_update_ce_count() 1576 if (add2 != 0) in i7core_rdimm_update_ce_count() 1650 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local 1656 if (add2 < 0) in i7core_udimm_check_mc_ecc_err() 1657 add2 += 0x7fff; in i7core_udimm_check_mc_ecc_err() 1658 pvt->udimm_ce_count[2] += add2; in i7core_udimm_check_mc_ecc_err() 1668 if (add0 | add1 | add2) in i7core_udimm_check_mc_ecc_err() [all …]
|
/linux/arch/arc/include/asm/ |
A D | entry.h | 218 add2 \out, \out, (THREAD_SIZE)/4 254 add2 \tmp, @_current_task, \tmp
|
/linux/arch/arc/kernel/ |
A D | ctx_sw_asm.S | 35 add2 r24, r0, KSP_WORD_OFF
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_phy.c | 70 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) in ixgbe_ones_comp_byte_add() argument 72 u16 sum = add1 + add2; in ixgbe_ones_comp_byte_add()
|
Completed in 15 milliseconds