Searched refs:add2 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_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-6.12.1/arch/arc/include/asm/ |
D | entry.h | 70 add2 \out, \out, (THREAD_SIZE)/4 106 add2 \tmp, @_current_task, \tmp
|
D | entry-arcv2.h | 170 add2.nz r10, r10, SZ_PT_REGS/4 ; K mode SP
|
/linux-6.12.1/drivers/edac/ |
D | i7core_edac.c | 1539 int add0 = 0, add1 = 0, add2 = 0; in i7core_rdimm_update_ce_count() local 1544 add2 = new2 - pvt->rdimm_last_ce_count[chan][2]; in i7core_rdimm_update_ce_count() 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() 1577 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, add2, in i7core_rdimm_update_ce_count() 1650 int add0, add1, add2; in i7core_udimm_check_mc_ecc_err() local 1652 add2 = new2 - pvt->udimm_last_ce_count[2]; in i7core_udimm_check_mc_ecc_err() 1656 if (add2 < 0) in i7core_udimm_check_mc_ecc_err() [all …]
|
/linux-6.12.1/drivers/perf/amlogic/ |
D | meson_ddr_pmu_core.c | 69 struct dmc_counter *add2, 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() 79 cnt2 = add2->channel_cnt[i]; in ddr_cnt_addition()
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
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()
|