Home
last modified time | relevance | path

Searched refs:tmp1 (Results 126 – 150 of 156) sorted by relevance

1234567

/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c1486 u32 tmp1 = 0; in b43legacy_radio_init2050() local
1617 tmp1 += b43legacy_phy_read(dev, 0x002D); in b43legacy_radio_init2050()
1626 tmp1++; in b43legacy_radio_init2050()
1627 tmp1 >>= 9; in b43legacy_radio_init2050()
1668 if (tmp1 < tmp2) in b43legacy_radio_init2050()
/openbmc/qemu/hw/s390x/
H A Dcss.c777 CCW1 tmp1; in copy_ccw_from_guest() local
781 cpu_physical_memory_read(addr, &tmp1, sizeof(tmp1)); in copy_ccw_from_guest()
782 ret.cmd_code = tmp1.cmd_code; in copy_ccw_from_guest()
783 ret.flags = tmp1.flags; in copy_ccw_from_guest()
784 ret.count = be16_to_cpu(tmp1.count); in copy_ccw_from_guest()
785 ret.cda = be32_to_cpu(tmp1.cda); in copy_ccw_from_guest()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c471 u32 mac_per = 6400, tmp1, tmp2, tmp3; in sparx5_port_fifo_sz() local
506 tmp1 = 1000 * mac_width / fifo_width; in sparx5_port_fifo_sz()
509 tmp3 = tmp1 * tmp2 / 1000; in sparx5_port_fifo_sz()
/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c801 fe tmp0, tmp1; in curve25519_generic() local
833 fe_sq_tl(&tmp1, &x2l); in curve25519_generic()
836 fe_mul_ttt(&x2, &tmp1, &tmp0); in curve25519_generic()
837 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c2406 s32 tmp1, tmp2; in _rtl92ee_phy_simularity_compare() local
2415 tmp1 = result[c1][i] | 0xFFFFFC00; in _rtl92ee_phy_simularity_compare()
2417 tmp1 = result[c1][i]; in _rtl92ee_phy_simularity_compare()
2424 tmp1 = result[c1][i]; in _rtl92ee_phy_simularity_compare()
2428 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in _rtl92ee_phy_simularity_compare()
/openbmc/linux/net/tipc/
H A Dcrypto.c1250 struct tipc_aead *tmp1, *tmp2 = NULL; in tipc_crypto_key_try_align() local
1270 tmp1 = tipc_aead_rcu_ptr(rx->aead[key.pending], &rx->lock); in tipc_crypto_key_try_align()
1271 if (!refcount_dec_if_one(&tmp1->refcnt)) in tipc_crypto_key_try_align()
1284 rcu_assign_pointer(rx->aead[new_pending], tmp1); in tipc_crypto_key_try_align()
1287 refcount_set(&tmp1->refcnt, 1); in tipc_crypto_key_try_align()
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1131 const u8 tmp1 = bpf2sparc[TMP_REG_1]; in build_insn() local
1135 emit_set_const_sext(imm, tmp1, ctx); in build_insn()
1136 emit(div | RS1(dst) | RS2(tmp1) | RD(tmp), ctx); in build_insn()
1137 emit(MULX | RS1(tmp) | RS2(tmp1) | RD(tmp), ctx); in build_insn()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c7379 u16 val = 0, tmp1; in bnx2x_8073_config_init() local
7479 tmp1 |= 1; in bnx2x_8073_config_init()
7481 tmp1 &= 0xfffe; in bnx2x_8073_config_init()
7484 tmp1 &= 0xfffe; in bnx2x_8073_config_init()
7492 (tmp1 | ((phy->req_duplex == DUPLEX_FULL) ? in bnx2x_8073_config_init()
7509 tmp1 |= (1<<15); in bnx2x_8073_config_init()
8900 u16 cnt, val, tmp1; in bnx2x_8706_config_init() local
8993 tmp1 |= 0x1; in bnx2x_8706_config_init()
9238 u16 tmp1, val; in bnx2x_8727_config_speed() local
9249 DP(NETIF_MSG_LINK, "1.7 = 0x%x\n", tmp1); in bnx2x_8727_config_speed()
[all …]
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dsmc.c69 u32 tmp1, tmp2; in prog_ddr_timing_control() local
101 tmp1 = tcl - 5; in prog_ddr_timing_control()
161 dtr4 |= ((1 + tmp1 - tmp2 + 2) << 8); in prog_ddr_timing_control()
163 dtr4 |= ((1 + tmp1 - tmp2 + 2) << 12); in prog_ddr_timing_control()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c281 struct amdgpu_mes_gang *gang, *tmp1; in amdgpu_mes_destroy_process() local
301 list_for_each_entry_safe(gang, tmp1, &process->gang_list, list) { in amdgpu_mes_destroy_process()
323 list_for_each_entry_safe(gang, tmp1, &process->gang_list, list) { in amdgpu_mes_destroy_process()
/openbmc/linux/arch/arm64/kernel/
H A Dentry.S115 .macro apply_ssbd, state, tmp1, tmp2
119 ldr_this_cpu \tmp2, arm64_ssbd_callback_required, \tmp1
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c1253 u32 tmp1 = 0, tmp2 = 0; in b43_radio_init2050() local
1372 tmp1 += b43_phy_read(dev, B43_PHY_LO_LEAKAGE); in b43_radio_init2050()
1385 tmp1++; in b43_radio_init2050()
1386 tmp1 >>= 9; in b43_radio_init2050()
1436 if (tmp1 < tmp2) in b43_radio_init2050()
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c780 HexValue tmp1, tmp2; in gen_andl_op() local
782 memset(&tmp1, 0, sizeof(HexValue)); in gen_andl_op()
792 tmp1 = gen_bin_cmp(c, locp, TCG_COND_NE, op1, &zero); in gen_andl_op()
795 "(", res, ", ", &tmp1, ", ", &tmp2, ");\n"); in gen_andl_op()
/openbmc/linux/arch/x86/kvm/
H A Dlapic.c1714 u32 tmp1, tmp2, tdcr; in update_divide_count() local
1717 tmp1 = tdcr & 0xf; in update_divide_count()
1718 tmp2 = ((tmp1 & 0x3) | ((tmp1 & 0x8) >> 1)) + 1; in update_divide_count()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1464 TCGv_i32 tmp1 = tcg_temp_new_i32(); in translate_boolean() local
1467 tcg_gen_shri_i32(tmp1, arg[1].in, arg[1].imm); in translate_boolean()
1469 op[par[0]](tmp1, tmp1, tmp2); in translate_boolean()
1470 tcg_gen_deposit_i32(arg[0].out, arg[0].out, tmp1, arg[0].imm, 1); in translate_boolean()
1517 TCGv_i32 tmp1 = tcg_constant_i32(-1u << arg[2].imm); in translate_clamps() local
1520 tcg_gen_smax_i32(arg[0].out, tmp1, arg[1].in); in translate_clamps()
6548 TCGv_i32 tmp1 = tcg_temp_new_i32(); in translate_movp_d() local
6551 tcg_gen_andi_i32(tmp1, arg[2].in, 1 << arg[2].imm); in translate_movp_d()
6552 tcg_gen_extu_i32_i64(tmp2, tmp1); in translate_movp_d()
/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc997 TCGv tmp1 = tcg_temp_new();
1003 tcg_gen_extr_i64_tl(tmp2, tmp1, tval);
1005 tcg_gen_extr_i64_tl(tmp1, tmp2, tval);
1007 gen_store_gpr(tmp1, reg1);
1021 TCGv tmp1 = tcg_temp_new();
1031 gen_load_gpr(tmp1, reg1);
1035 tcg_gen_concat_tl_i64(tval, tmp2, tmp1);
1037 tcg_gen_concat_tl_i64(tval, tmp1, tmp2);
/openbmc/qemu/target/alpha/
H A Dtranslate.c257 TCGv_i32 tmp1, tmp2; in gen_excp_1() local
259 tmp1 = tcg_constant_i32(exception); in gen_excp_1()
261 gen_helper_excp(tcg_env, tmp1, tmp2); in gen_excp_1()
/openbmc/linux/fs/jfs/
H A Djfs_dmap.c3050 signed char tmp1, tmp2; in dbMaxBud() local
3067 tmp1 = max(budtab[cp[2]], budtab[cp[3]]); in dbMaxBud()
3069 return (max(tmp1, tmp2)); in dbMaxBud()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c1257 s32 tmp1, tmp2; in rtw8723d_iqk_similarity_cmp() local
1260 tmp1 = iqkxy_to_s32(result[c1][i]); in rtw8723d_iqk_similarity_cmp()
1263 diff = abs(tmp1 - tmp2); in rtw8723d_iqk_similarity_cmp()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c1070 u16 tmp1 = hostap_get_porttype(local); in prism2_setup_rids() local
1071 ret = hostap_set_word(dev, HFA384X_RID_CNFPORTTYPE, tmp1); in prism2_setup_rids()
1074 dev->name, tmp1); in prism2_setup_rids()
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c2947 int tmp1, tmp2; in rtl8xxxu_gen2_simularity_compare() local
2960 tmp1 = result[c1][i] | 0xfffffc00; in rtl8xxxu_gen2_simularity_compare()
2962 tmp1 = result[c1][i]; in rtl8xxxu_gen2_simularity_compare()
2969 tmp1 = result[c1][i]; in rtl8xxxu_gen2_simularity_compare()
2973 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in rtl8xxxu_gen2_simularity_compare()
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c3486 ncrcmd opcode, new, old, tmp1, tmp2; in ncr_script_copy_and_bind() local
3526 tmp1 = src[0]; in ncr_script_copy_and_bind()
3528 if ((tmp1 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind()
3529 tmp1 = 0; in ncr_script_copy_and_bind()
3536 if ((tmp1 ^ tmp2) & 3) { in ncr_script_copy_and_bind()
/openbmc/linux/Documentation/filesystems/
H A Dsharedsubtree.rst653 mount --bind /mnt/1/2 /tmp1
658 And then we have a second mount at /tmp1 with root
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsi.c5300 u32 mask = 0, tmp, tmp1; in si_get_cu_active_bitmap() local
5305 tmp1 = RREG32(GC_USER_SHADER_ARRAY_CONFIG); in si_get_cu_active_bitmap()
5310 tmp |= tmp1; in si_get_cu_active_bitmap()
/openbmc/linux/net/bluetooth/
H A Dsmp.c1180 const u8 tmp1[4] = { 0x31, 0x70, 0x6d, 0x74 }; in sc_generate_link_key() local
1182 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key()

1234567