Searched refs:bEnable (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl871x_mp.c | 506 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 …]
|
D | rtl871x_mp_phy_regdef.h | 978 #define bEnable 0x1 /* Useless */ macro
|
/drivers/staging/rtl8723bs/hal/ |
D | Mp_Precomp.h | 15 #ifdef bEnable 16 #undef bEnable
|
D | HalBtc8723b1Ant.c | 736 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()
|
D | HalBtc8723b2Ant.c | 746 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/ |
D | r8192E_phyreg.h | 841 #define bEnable 0x1 macro
|
/drivers/staging/rtl8723bs/include/ |
D | Hal8192CPhyReg.h | 1072 #define bEnable 0x1 /* Useless */ macro
|
/drivers/staging/r8188eu/include/ |
D | Hal8188EPhyReg.h | 1040 #define bEnable 0x1 /* Useless */ macro
|
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 1023 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()
|
D | phy_int.h | 970 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable);
|