Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_mp.c506 set_bb_reg(pAdapter, rFPGA0_RFMOD, bOFDMEn, bEnable); in r8712_SetSingleCarrierTx()
510 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in r8712_SetSingleCarrierTx()
513 set_bb_reg(pAdapter, rOFDM1_LSTF, bOFDMSingleCarrier, bEnable); in r8712_SetSingleCarrierTx()
551 set_bb_reg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable); in r8712_SetSingleToneTx()
552 set_bb_reg(pAdapter, rFPGA0_RFMOD, bOFDMEn, bEnable); in r8712_SetSingleToneTx()
570 bEnable); in r8712_SetCarrierSuppressionTx()
594 bEnable); in r8712_SetCarrierSuppressionTx()
610 set_bb_reg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable); in SetCCKContinuousTx()
622 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in SetCCKContinuousTx()
627 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in SetCCKContinuousTx()
[all …]
Drtl871x_mp_phy_regdef.h978 #define bEnable 0x1 /* Useless */ macro
/drivers/staging/rtl8723bs/hal/
DMp_Precomp.h15 #ifdef bEnable
16 #undef bEnable
DHalBtc8723b1Ant.c736 struct btc_coexist *pBtCoexist, bool bEnable in halbtc8723b1ant_SetFwIgnoreWlanAct() argument
741 if (bEnable) in halbtc8723b1ant_SetFwIgnoreWlanAct()
748 struct btc_coexist *pBtCoexist, bool bForceExec, bool bEnable in halbtc8723b1ant_IgnoreWlanAct() argument
751 pCoexDm->bCurIgnoreWlanAct = bEnable; in halbtc8723b1ant_IgnoreWlanAct()
757 halbtc8723b1ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); in halbtc8723b1ant_IgnoreWlanAct()
DHalBtc8723b2Ant.c746 struct btc_coexist *pBtCoexist, bool bEnable in halbtc8723b2ant_SetFwIgnoreWlanAct() argument
751 if (bEnable) in halbtc8723b2ant_SetFwIgnoreWlanAct()
758 struct btc_coexist *pBtCoexist, bool bForceExec, bool bEnable in halbtc8723b2ant_IgnoreWlanAct() argument
761 pCoexDm->bCurIgnoreWlanAct = bEnable; in halbtc8723b2ant_IgnoreWlanAct()
767 halbtc8723b2ant_SetFwIgnoreWlanAct(pBtCoexist, bEnable); in halbtc8723b2ant_IgnoreWlanAct()
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phyreg.h841 #define bEnable 0x1 macro
/drivers/staging/rtl8723bs/include/
DHal8192CPhyReg.h1072 #define bEnable 0x1 /* Useless */ macro
/drivers/staging/r8188eu/include/
DHal8188EPhyReg.h1040 #define bEnable 0x1 /* Useless */ macro
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c1023 static void wlc_lcnphy_set_tx_gain_override(struct brcms_phy *pi, bool bEnable) in wlc_lcnphy_set_tx_gain_override() argument
1025 u16 bit = bEnable ? 1 : 0; in wlc_lcnphy_set_tx_gain_override()
3208 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable) in wlc_lcnphy_tx_pu() argument
3210 if (!bEnable) { in wlc_lcnphy_tx_pu()
Dphy_int.h970 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable);