Searched refs:bEnable (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
D | Mp_Precomp.h | 17 #ifdef bEnable 18 #undef bEnable
|
D | HalBtc8723b1Ant.c | 991 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()
|
D | HalBtc8723b2Ant.c | 1099 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/ |
D | rtl871x_mp.c | 505 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 …]
|
D | rtl871x_mp_phy_regdef.h | 979 #define bEnable 0x1 /* Useless */ macro
|
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phyreg.h | 841 #define bEnable 0x1 macro
|
/Linux-v5.4/drivers/staging/rtl8723bs/include/ |
D | Hal8192CPhyReg.h | 1078 #define bEnable 0x1 /* Useless */ macro
|
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 1078 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()
|
D | phy_int.h | 970 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable);
|