Home
last modified time | relevance | path

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

/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()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c23 struct rtw_phy_cond2 cond2; member
1088 struct rtw_phy_cond2 cond2 = {}; in rtw_phy_setup_phy_cond() local
1117 cond2.type_alna = efuse->alna_type; in rtw_phy_setup_phy_cond()
1118 cond2.type_glna = efuse->glna_type; in rtw_phy_setup_phy_cond()
1119 cond2.type_apa = efuse->apa_type; in rtw_phy_setup_phy_cond()
1120 cond2.type_gpa = efuse->gpa_type; in rtw_phy_setup_phy_cond()
1124 hal->phy_cond2 = cond2; in rtw_phy_setup_phy_cond()
1131 struct rtw_phy_cond2 cond2) in check_positive() argument
1154 if ((cond.rfe & BIT(0)) && cond2.type_glna != drv_cond2.type_glna) in check_positive()
1157 if ((cond.rfe & BIT(1)) && cond2.type_gpa != drv_cond2.type_gpa) in check_positive()
[all …]
/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()
/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()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c160 static u32 cond2(const u32 *r, const u32 *imm) in cond2() function
169 cond2,