Searched refs:bEnable (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | Mp_Precomp.h | 15 #ifdef bEnable 16 #undef bEnable
|
H A 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()
|
H A 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()
|
/linux/drivers/staging/rtl8712/ |
H A 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() 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 D | rtl871x_mp_phy_regdef.h | 978 #define bEnable 0x1 /* Useless */ macro
|
/linux/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrla06f/ |
H A D | ctrla06fgpfifo.h | 32 NvBool bEnable; member
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | Hal8192CPhyReg.h | 228 #define bEnable 0x1 /* Useless */ macro
|
/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_phyreg.h | 737 #define bEnable 0x1 macro
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | r535.c | 203 ctrl->bEnable = 1; in r535_chan_ramfc_write()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A 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()
|
H A D | phy_int.h | 970 void wlc_lcnphy_tx_pu(struct brcms_phy *pi, bool bEnable);
|