Home
last modified time | relevance | path

Searched refs:cond2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_MAC.c22 u32 cond1 = Condition1, cond2 = Condition2; in CheckPositive() local
65 if ((cond2 & bitMask) == (driver2 & bitMask)) /* BoardType of each RF path is matched */ in CheckPositive()
H A DHalHWImg8723B_RF.c22 u32 cond1 = Condition1, cond2 = Condition2; in CheckPositive() local
72 if ((cond2 & bitMask) == (driver2 & bitMask)) in CheckPositive()
H A DHalHWImg8723B_BB.c22 u32 cond1 = Condition1, cond2 = Condition2; in CheckPositive() local
67 if ((cond2 & bitMask) == (driver2 & bitMask)) in CheckPositive()
/openbmc/qemu/target/hexagon/
H A Dgenptr.c615 TCGCond cond2, int pc_off) in gen_cmpnd_cmp_jmp() argument
624 gen_cond_jump(ctx, cond2, pred, pc_off); in gen_cmpnd_cmp_jmp()
1425 TCGv_i64 cond2 = tcg_temp_new_i64(); in gen_add_sat_i64() local
1443 tcg_gen_xor_i64(cond2, a, sum); in gen_add_sat_i64()
1444 tcg_gen_and_i64(cond2, cond2, mask); in gen_add_sat_i64()
1445 tcg_gen_brcondi_i64(TCG_COND_NE, cond2, 0, ovfl_label); in gen_add_sat_i64()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.h207 __le32 cond2; member
H A Dqla_tmpl.c729 ulong cond2 = le32_to_cpu(ent->t276.cond2); in qla27xx_fwdt_entry_t276() local
733 if (type != cond1 || func != cond2) { in qla27xx_fwdt_entry_t276()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed.h99 #define D_TRINE(val, cond1, cond2, true1, true2, def) \ argument
101 ((val) == (cond2) ? true2 : def))
H A Dqed_debug.c160 static u32 cond2(const u32 *r, const u32 *imm) in cond2() function
169 cond2,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c148 u32 cond1 = condition1, cond2 = condition2; in _rtl8723be_check_positive() local
163 cond1, cond2); in _rtl8723be_check_positive()
206 if ((cond2 & mask) == (driver2 & mask)) in _rtl8723be_check_positive()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c740 u32 cond1 = condition1, cond2 = condition2; in _rtl8821ae_check_positive() local
755 cond1, cond2); in _rtl8821ae_check_positive()
798 if ((cond2 & mask) == (driver2 & mask)) in _rtl8821ae_check_positive()
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2189 TCGCond cond = args[4], cond2;
2239 cond2 = tcg_unsigned_cond(cond);
2242 tcg_out_cmp(s, cond2, al, bl, blconst, 7, TCG_TYPE_I32);