Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_mp.c519 set_bb_reg(pAdapter, rFPGA0_RFMOD, bOFDMEn, bEnable); in r8712_SetSingleCarrierTx()
523 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in r8712_SetSingleCarrierTx()
526 set_bb_reg(pAdapter, rOFDM1_LSTF, bOFDMSingleCarrier, bEnable); in r8712_SetSingleCarrierTx()
564 set_bb_reg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable); in r8712_SetSingleToneTx()
565 set_bb_reg(pAdapter, rFPGA0_RFMOD, bOFDMEn, bEnable); in r8712_SetSingleToneTx()
583 bEnable); in r8712_SetCarrierSuppressionTx()
607 bEnable); in r8712_SetCarrierSuppressionTx()
623 set_bb_reg(pAdapter, rFPGA0_RFMOD, bCCKEn, bEnable); in SetCCKContinuousTx()
635 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in SetCCKContinuousTx()
640 set_bb_reg(pAdapter, rCCK0_System, bCCKScramble, bEnable); in SetCCKContinuousTx()
[all …]
Drtl871x_mp_phy_regdef.h967 #define bEnable 0x1 /* Useless */ macro
/linux-4.4.14/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()
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phyreg.h849 #define bEnable 0x1 macro
/linux-4.4.14/drivers/staging/rtl8192u/
Dr819xU_phyreg.h833 #define bEnable 0x1 macro
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_mp_phy_regdef.h1029 #define bEnable 0x1 /* Useless */ macro
DHal8188EPhyReg.h1061 #define bEnable 0x1 /* Useless */ macro
/linux-4.4.14/drivers/net/wireless/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);
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c5171 static void btdm_SetFwIgnoreWlanAct(struct rtw_adapter *padapter, u8 bEnable) in btdm_SetFwIgnoreWlanAct() argument
5176 if (bEnable) { in btdm_SetFwIgnoreWlanAct()
5495 static void btdm_1AntWifiParaAdjust(struct rtw_adapter *padapter, u8 bEnable) in btdm_1AntWifiParaAdjust() argument
5500 if (bEnable) { in btdm_1AntWifiParaAdjust()
6909 static void btdm_2AntIgnoreWlanAct(struct rtw_adapter *padapter, u8 bEnable) in btdm_2AntIgnoreWlanAct() argument
6915 ("[BTCoex], turn Ignore WlanAct %s\n", (bEnable ? "ON" : "OFF"))); in btdm_2AntIgnoreWlanAct()
6916 pBtdm8723->bCurIgnoreWlanAct = bEnable; in btdm_2AntIgnoreWlanAct()
6922 btdm_SetFwIgnoreWlanAct(padapter, bEnable); in btdm_2AntIgnoreWlanAct()