Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_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()
/openbmc/linux/drivers/edac/
H A Di7core_edac.c1539 int add0 = 0, add1 = 0, add2 = 0; in i7core_rdimm_update_ce_count() local
1552 if (add1 < 0) in i7core_rdimm_update_ce_count()
1553 add1 += 0x7fff; in i7core_rdimm_update_ce_count()
1554 pvt->rdimm_ce_count[chan][1] += add1; in i7core_rdimm_update_ce_count()
1572 if (add1 != 0) in i7core_rdimm_update_ce_count()
1650 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local
1660 if (add1 < 0) in i7core_udimm_check_mc_ecc_err()
1661 add1 += 0x7fff; in i7core_udimm_check_mc_ecc_err()
1662 pvt->udimm_ce_count[1] += add1; in i7core_udimm_check_mc_ecc_err()
1668 if (add0 | add1 | add2) in i7core_udimm_check_mc_ecc_err()
[all …]
/openbmc/linux/lib/crypto/mpi/
H A DMakefile15 generic_mpih-add1.o \
/openbmc/linux/drivers/perf/amlogic/
H A Dmeson_ddr_pmu_core.c68 struct dmc_counter *add1, in ddr_cnt_addition() argument
75 sum->all_cnt = add1->all_cnt + add2->all_cnt; in ddr_cnt_addition()
76 sum->all_req = add1->all_req + add2->all_req; in ddr_cnt_addition()
78 cnt1 = add1->channel_cnt[i]; in ddr_cnt_addition()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py115 pane.add1(left_panel)
/openbmc/qemu/target/hppa/
H A Dtranslate.c2728 TCGv_i64 dest, add1, add2, addc, in1, in2; in trans_ds() local
2736 add1 = tcg_temp_new_i64(); in trans_ds()
2742 tcg_gen_add_i64(add1, in1, in1); in trans_ds()
2743 tcg_gen_add_i64(add1, add1, get_psw_carry(ctx, false)); in trans_ds()
2755 tcg_gen_add2_i64(dest, cpu_psw_cb_msb, add1, ctx->zero, add2, ctx->zero); in trans_ds()
2763 tcg_gen_xor_i64(cpu_psw_cb, add1, add2); in trans_ds()
2776 sv = do_add_sv(ctx, dest, add1, add2); in trans_ds()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c70 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()