Searched refs:u4Tmp (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | HalBtc8723b1Ant.c | 255 u32 regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723b1ant_MonitorBtCtr() local 273 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b1ant_MonitorBtCtr() 274 regHPTx = u4Tmp & bMaskLWord; in halbtc8723b1ant_MonitorBtCtr() 275 regHPRx = (u4Tmp & bMaskHWord) >> 16; in halbtc8723b1ant_MonitorBtCtr() 277 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b1ant_MonitorBtCtr() 278 regLPTx = u4Tmp & bMaskLWord; in halbtc8723b1ant_MonitorBtCtr() 279 regLPRx = (u4Tmp & bMaskHWord) >> 16; in halbtc8723b1ant_MonitorBtCtr() 806 u32 fwVer = 0, u4Tmp = 0, cntBtCalChk = 0; in halbtc8723b1ant_SetAntPath() local 856 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b1ant_SetAntPath() 857 u4Tmp &= ~BIT23; in halbtc8723b1ant_SetAntPath() [all …]
|
H A D | HalBtc8723b2Ant.c | 827 u32 fwVer = 0, u4Tmp = 0; in halbtc8723b2ant_SetAntPath() local 880 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath() 881 u4Tmp &= ~BIT23; in halbtc8723b2ant_SetAntPath() 882 u4Tmp |= BIT24; in halbtc8723b2ant_SetAntPath() 883 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); in halbtc8723b2ant_SetAntPath() 898 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath() 899 u4Tmp |= BIT23; in halbtc8723b2ant_SetAntPath() 900 u4Tmp &= ~BIT24; in halbtc8723b2ant_SetAntPath() 901 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); in halbtc8723b2ant_SetAntPath()
|