Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A DMp_Precomp.h15 #ifdef bEnable
16 #undef bEnable
H A 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()
H A 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()
/linux/drivers/staging/rtl8712/
H A 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()
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()
640 set_bb_reg(pAdapter, rFPGA0_RFMOD, bOFDMEn, bEnable); in SetOFDMContinuousTx()
[all …]
H A Drtl871x_mp_phy_regdef.h978 #define bEnable 0x1 /* Useless */ macro
/linux/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrla06f/
H A Dctrla06fgpfifo.h32 NvBool bEnable; member
/linux/drivers/staging/rtl8723bs/include/
H A DHal8192CPhyReg.h228 #define bEnable 0x1 /* Useless */ macro
/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phyreg.h737 #define bEnable 0x1 macro
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dr535.c203 ctrl->bEnable = 1; in r535_chan_ramfc_write()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A 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()
H A Dphy_int.h970 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable);