Searched refs:u4Tmp (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | HalBtc8723b1Ant.c | 336 u32 regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723b1ant_MonitorBtCtr() local 354 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b1ant_MonitorBtCtr() 355 regHPTx = u4Tmp & bMaskLWord; in halbtc8723b1ant_MonitorBtCtr() 356 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b1ant_MonitorBtCtr() 358 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b1ant_MonitorBtCtr() 359 regLPTx = u4Tmp & bMaskLWord; in halbtc8723b1ant_MonitorBtCtr() 360 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b1ant_MonitorBtCtr() 1125 u32 fwVer = 0, u4Tmp = 0, cntBtCalChk = 0; in halbtc8723b1ant_SetAntPath() local 1175 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b1ant_SetAntPath() 1176 u4Tmp &= ~BIT23; in halbtc8723b1ant_SetAntPath() [all …]
|
D | HalBtc8723b2Ant.c | 210 u32 regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723b2ant_MonitorBtCtr() local 216 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b2ant_MonitorBtCtr() 217 regHPTx = u4Tmp & bMaskLWord; in halbtc8723b2ant_MonitorBtCtr() 218 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b2ant_MonitorBtCtr() 220 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b2ant_MonitorBtCtr() 221 regLPTx = u4Tmp & bMaskLWord; in halbtc8723b2ant_MonitorBtCtr() 222 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b2ant_MonitorBtCtr() 1208 u32 fwVer = 0, u4Tmp = 0; in halbtc8723b2ant_SetAntPath() local 1261 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath() 1262 u4Tmp &= ~BIT23; in halbtc8723b2ant_SetAntPath() [all …]
|