Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_mp.c520 set_bb_reg(pAdapter, rFPGA0_RFMOD, bOFDMEn, bEnable); in r8712_SetSingleCarrierTx()
524 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in r8712_SetSingleCarrierTx()
527 set_bb_reg(pAdapter, rOFDM1_LSTF, bOFDMSingleCarrier, bEnable); in r8712_SetSingleCarrierTx()
565 set_bb_reg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable); in r8712_SetSingleToneTx()
566 set_bb_reg(pAdapter, rFPGA0_RFMOD, bOFDMEn, bEnable); in r8712_SetSingleToneTx()
584 bEnable); in r8712_SetCarrierSuppressionTx()
608 bEnable); in r8712_SetCarrierSuppressionTx()
624 set_bb_reg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable); in SetCCKContinuousTx()
636 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in SetCCKContinuousTx()
641 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in SetCCKContinuousTx()
[all …]
Drtl871x_mp_phy_regdef.h978 #define bEnable 0x1 /* Useless */ macro
/drivers/isdn/hisax/
Dbkm_a4t.c177 enable_bkm_int(struct IsdnCardState *cs, unsigned bEnable) in enable_bkm_int() argument
181 if (bEnable) in enable_bkm_int()
Dbkm_a8.c199 enable_bkm_int(struct IsdnCardState *cs, unsigned bEnable) in enable_bkm_int() argument
202 if (bEnable) in enable_bkm_int()
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phyreg.h849 #define bEnable 0x1 macro
/drivers/staging/rtl8192u/
Dr819xU_phyreg.h833 #define bEnable 0x1 macro
/drivers/staging/rtl8188eu/include/
Drtw_mp_phy_regdef.h1024 #define bEnable 0x1 /* Useless */ macro
DHal8188EPhyReg.h1056 #define bEnable 0x1 /* Useless */ macro
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c1089 static void wlc_lcnphy_set_tx_gain_override(struct brcms_phy *pi, bool bEnable) in wlc_lcnphy_set_tx_gain_override() argument
1091 u16 bit = bEnable ? 1 : 0; in wlc_lcnphy_set_tx_gain_override()
3281 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable) in wlc_lcnphy_tx_pu() argument
3283 if (!bEnable) { in wlc_lcnphy_tx_pu()
Dphy_int.h988 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable);