Home
last modified time | relevance | path

Searched refs:bEnable (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
DMp_Precomp.h17 #ifdef bEnable
18 #undef bEnable
DHalBtc8723b1Ant.c991 PBTC_COEXIST pBtCoexist, bool bEnable in halbtc8723b1ant_SetFwIgnoreWlanAct() argument
996 if (bEnable) in halbtc8723b1ant_SetFwIgnoreWlanAct()
1012 PBTC_COEXIST pBtCoexist, bool bForceExec, bool bEnable in halbtc8723b1ant_IgnoreWlanAct() argument
1021 (bEnable ? "ON" : "OFF") in halbtc8723b1ant_IgnoreWlanAct()
1024 pCoexDm->bCurIgnoreWlanAct = bEnable; in halbtc8723b1ant_IgnoreWlanAct()
1040 halbtc8723b1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); in halbtc8723b1ant_IgnoreWlanAct()
DHalBtc8723b2Ant.c1099 PBTC_COEXIST pBtCoexist, bool bEnable in halbtc8723b2ant_SetFwIgnoreWlanAct() argument
1104 if (bEnable) in halbtc8723b2ant_SetFwIgnoreWlanAct()
1120 PBTC_COEXIST pBtCoexist, bool bForceExec, bool bEnable in halbtc8723b2ant_IgnoreWlanAct() argument
1129 (bEnable ? "ON" : "OFF") in halbtc8723b2ant_IgnoreWlanAct()
1133 pCoexDm->bCurIgnoreWlanAct = bEnable; in halbtc8723b2ant_IgnoreWlanAct()
1142 halbtc8723b2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); in halbtc8723b2ant_IgnoreWlanAct()
/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_mp.c505 set_bb_reg(pAdapter, rFPGA0_RFMOD, bOFDMEn, bEnable); in r8712_SetSingleCarrierTx()
509 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in r8712_SetSingleCarrierTx()
512 set_bb_reg(pAdapter, rOFDM1_LSTF, bOFDMSingleCarrier, bEnable); in r8712_SetSingleCarrierTx()
550 set_bb_reg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable); in r8712_SetSingleToneTx()
551 set_bb_reg(pAdapter, rFPGA0_RFMOD, bOFDMEn, bEnable); in r8712_SetSingleToneTx()
569 bEnable); in r8712_SetCarrierSuppressionTx()
593 bEnable); in r8712_SetCarrierSuppressionTx()
609 set_bb_reg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable); in SetCCKContinuousTx()
621 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in SetCCKContinuousTx()
626 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in SetCCKContinuousTx()
[all …]
Drtl871x_mp_phy_regdef.h979 #define bEnable 0x1 /* Useless */ macro
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phyreg.h841 #define bEnable 0x1 macro
/Linux-v5.4/drivers/staging/rtl8723bs/include/
DHal8192CPhyReg.h1078 #define bEnable 0x1 /* Useless */ macro
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c1078 static void wlc_lcnphy_set_tx_gain_override(struct brcms_phy *pi, bool bEnable) in wlc_lcnphy_set_tx_gain_override() argument
1080 u16 bit = bEnable ? 1 : 0; in wlc_lcnphy_set_tx_gain_override()
3267 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable) in wlc_lcnphy_tx_pu() argument
3269 if (!bEnable) { in wlc_lcnphy_tx_pu()
Dphy_int.h970 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable);