Home
last modified time | relevance | path

Searched refs:u4Tmp (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b1Ant.c336 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 …]
H A DHalBtc8723b2Ant.c217 u32 regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723b2ant_MonitorBtCtr() local
223 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b2ant_MonitorBtCtr()
224 regHPTx = u4Tmp & bMaskLWord; in halbtc8723b2ant_MonitorBtCtr()
225 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b2ant_MonitorBtCtr()
227 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b2ant_MonitorBtCtr()
228 regLPTx = u4Tmp & bMaskLWord; in halbtc8723b2ant_MonitorBtCtr()
229 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b2ant_MonitorBtCtr()
1215 u32 fwVer = 0, u4Tmp = 0; in halbtc8723b2ant_SetAntPath() local
1268 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath()
1269 u4Tmp &= ~BIT23; in halbtc8723b2ant_SetAntPath()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/btc/
H A DHalBtc8723a1Ant.c485 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723a1ant_MonitorBtCtr() local
492 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723a1ant_MonitorBtCtr()
493 regHPTx = u4Tmp & bMaskLWord; in halbtc8723a1ant_MonitorBtCtr()
494 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a1ant_MonitorBtCtr()
496 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723a1ant_MonitorBtCtr()
497 regLPTx = u4Tmp & bMaskLWord; in halbtc8723a1ant_MonitorBtCtr()
498 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a1ant_MonitorBtCtr()
1057 u4Byte u4Tmp[4]; in EXhalbtc8723a1ant_DisplayCoexInfo() local
1165 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); in EXhalbtc8723a1ant_DisplayCoexInfo()
1167 u4Tmp[0]); in EXhalbtc8723a1ant_DisplayCoexInfo()
[all …]
H A DHalBtc8703b2Ant.c320 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8703b2ant_MonitorBtCtr() local
329 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8703b2ant_MonitorBtCtr()
330 regHPTx = u4Tmp & bMaskLWord; in halbtc8703b2ant_MonitorBtCtr()
331 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8703b2ant_MonitorBtCtr()
333 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8703b2ant_MonitorBtCtr()
334 regLPTx = u4Tmp & bMaskLWord; in halbtc8703b2ant_MonitorBtCtr()
335 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8703b2ant_MonitorBtCtr()
365 u4Byte u4Tmp; in halbtc8703b2ant_MonitorWiFiCtr() local
1447 u4Byte fwVer=0, u4Tmp=0; in halbtc8703b2ant_SetAntPath() local
1526 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8703b2ant_SetAntPath()
[all …]
H A DHalBtc8723a2Ant.c1321 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723a2ant_MonitorBtCtr() local
1328 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723a2ant_MonitorBtCtr()
1329 regHPTx = u4Tmp & bMaskLWord; in halbtc8723a2ant_MonitorBtCtr()
1330 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a2ant_MonitorBtCtr()
1332 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723a2ant_MonitorBtCtr()
1333 regLPTx = u4Tmp & bMaskLWord; in halbtc8723a2ant_MonitorBtCtr()
1334 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a2ant_MonitorBtCtr()
3346 u4Byte u4Tmp=0; in EXhalbtc8723a2ant_InitHwConfig() local
3380 u4Byte u4Tmp[4]; in EXhalbtc8723a2ant_DisplayCoexInfo() local
3491 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); in EXhalbtc8723a2ant_DisplayCoexInfo()
[all …]
H A DHalBtc8192d2Ant.c728 u4Byte u4Tmp=0; in halbtc8192d2ant_MonitorBtEnableDisable() local
1743 u4Byte u4Tmp[4]; in EXhalbtc8192d2ant_DisplayCoexInfo() local
1803 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); in EXhalbtc8192d2ant_DisplayCoexInfo()
1805 u4Tmp[0]); in EXhalbtc8192d2ant_DisplayCoexInfo()
1808 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); in EXhalbtc8192d2ant_DisplayCoexInfo()
1809 u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); in EXhalbtc8192d2ant_DisplayCoexInfo()
1810 u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); in EXhalbtc8192d2ant_DisplayCoexInfo()
1812 u4Tmp[0], u4Tmp[1], u4Tmp[2]); in EXhalbtc8192d2ant_DisplayCoexInfo()
H A DHalBtc8188c2Ant.c1737 u4Byte u4Tmp[4]; in EXhalbtc8188c2ant_DisplayCoexInfo() local
1797 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); in EXhalbtc8188c2ant_DisplayCoexInfo()
1799 u4Tmp[0]); in EXhalbtc8188c2ant_DisplayCoexInfo()
1802 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); in EXhalbtc8188c2ant_DisplayCoexInfo()
1803 u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); in EXhalbtc8188c2ant_DisplayCoexInfo()
1804 u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); in EXhalbtc8188c2ant_DisplayCoexInfo()
1806 u4Tmp[0], u4Tmp[1], u4Tmp[2]); in EXhalbtc8188c2ant_DisplayCoexInfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/btc/
H A Dhalbtc8723a1ant.c485 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723a1ant_MonitorBtCtr() local
492 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723a1ant_MonitorBtCtr()
493 regHPTx = u4Tmp & bMaskLWord; in halbtc8723a1ant_MonitorBtCtr()
494 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a1ant_MonitorBtCtr()
496 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723a1ant_MonitorBtCtr()
497 regLPTx = u4Tmp & bMaskLWord; in halbtc8723a1ant_MonitorBtCtr()
498 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a1ant_MonitorBtCtr()
1057 u4Byte u4Tmp[4]; in EXhalbtc8723a1ant_DisplayCoexInfo() local
1165 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); in EXhalbtc8723a1ant_DisplayCoexInfo()
1167 u4Tmp[0]); in EXhalbtc8723a1ant_DisplayCoexInfo()
[all …]
H A Dhalbtc8723a2ant.c1321 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723a2ant_MonitorBtCtr() local
1328 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723a2ant_MonitorBtCtr()
1329 regHPTx = u4Tmp & bMaskLWord; in halbtc8723a2ant_MonitorBtCtr()
1330 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a2ant_MonitorBtCtr()
1332 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723a2ant_MonitorBtCtr()
1333 regLPTx = u4Tmp & bMaskLWord; in halbtc8723a2ant_MonitorBtCtr()
1334 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a2ant_MonitorBtCtr()
3346 u4Byte u4Tmp=0; in EXhalbtc8723a2ant_InitHwConfig() local
3380 u4Byte u4Tmp[4]; in EXhalbtc8723a2ant_DisplayCoexInfo() local
3491 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); in EXhalbtc8723a2ant_DisplayCoexInfo()
[all …]
H A Dhalbtc8192d2ant.c728 u4Byte u4Tmp=0; in halbtc8192d2ant_MonitorBtEnableDisable() local
1743 u4Byte u4Tmp[4]; in EXhalbtc8192d2ant_DisplayCoexInfo() local
1803 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); in EXhalbtc8192d2ant_DisplayCoexInfo()
1805 u4Tmp[0]); in EXhalbtc8192d2ant_DisplayCoexInfo()
1808 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); in EXhalbtc8192d2ant_DisplayCoexInfo()
1809 u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); in EXhalbtc8192d2ant_DisplayCoexInfo()
1810 u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); in EXhalbtc8192d2ant_DisplayCoexInfo()
1812 u4Tmp[0], u4Tmp[1], u4Tmp[2]); in EXhalbtc8192d2ant_DisplayCoexInfo()
H A Dhalbtc8188c2ant.c1737 u4Byte u4Tmp[4]; in EXhalbtc8188c2ant_DisplayCoexInfo() local
1797 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); in EXhalbtc8188c2ant_DisplayCoexInfo()
1799 u4Tmp[0]); in EXhalbtc8188c2ant_DisplayCoexInfo()
1802 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); in EXhalbtc8188c2ant_DisplayCoexInfo()
1803 u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); in EXhalbtc8188c2ant_DisplayCoexInfo()
1804 u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); in EXhalbtc8188c2ant_DisplayCoexInfo()
1806 u4Tmp[0], u4Tmp[1], u4Tmp[2]); in EXhalbtc8188c2ant_DisplayCoexInfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/btc/
H A DHalBtc8723a1Ant.c485 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723a1ant_MonitorBtCtr() local
492 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723a1ant_MonitorBtCtr()
493 regHPTx = u4Tmp & bMaskLWord; in halbtc8723a1ant_MonitorBtCtr()
494 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a1ant_MonitorBtCtr()
496 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723a1ant_MonitorBtCtr()
497 regLPTx = u4Tmp & bMaskLWord; in halbtc8723a1ant_MonitorBtCtr()
498 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a1ant_MonitorBtCtr()
1057 u4Byte u4Tmp[4]; in EXhalbtc8723a1ant_DisplayCoexInfo() local
1165 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); in EXhalbtc8723a1ant_DisplayCoexInfo()
1167 u4Tmp[0]); in EXhalbtc8723a1ant_DisplayCoexInfo()
[all …]
H A DHalBtc8703b1Ant.c424 u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; in halbtc8703b1ant_MonitorBtCtr() local
445 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8703b1ant_MonitorBtCtr()
446 regHPTx = u4Tmp & bMaskLWord; in halbtc8703b1ant_MonitorBtCtr()
447 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8703b1ant_MonitorBtCtr()
449 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8703b1ant_MonitorBtCtr()
450 regLPTx = u4Tmp & bMaskLWord; in halbtc8703b1ant_MonitorBtCtr()
451 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8703b1ant_MonitorBtCtr()
484 u4Byte u4Tmp; in halbtc8703b1ant_MonitorWiFiCtr() local
1219 u4Byte fwVer=0, u4Tmp=0, cntBtCalChk=0; in halbtc8703b1ant_SetAntPath() local
1298 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8703b1ant_SetAntPath()
[all …]
H A DHalBtc8723b1Ant.c424 u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; in halbtc8723b1ant_MonitorBtCtr() local
445 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b1ant_MonitorBtCtr()
446 regHPTx = u4Tmp & bMaskLWord; in halbtc8723b1ant_MonitorBtCtr()
447 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b1ant_MonitorBtCtr()
449 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b1ant_MonitorBtCtr()
450 regLPTx = u4Tmp & bMaskLWord; in halbtc8723b1ant_MonitorBtCtr()
451 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b1ant_MonitorBtCtr()
493 u4Byte u4Tmp; in halbtc8723b1ant_MonitorWiFiCtr() local
1232 u4Byte fwVer=0, u4Tmp=0, cntBtCalChk=0; in halbtc8723b1ant_SetAntPath() local
1311 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b1ant_SetAntPath()
[all …]
H A DHalBtc8192e1Ant.c420 u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; in halbtc8192e1ant_MonitorBtCtr() local
441 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8192e1ant_MonitorBtCtr()
442 regHPTx = u4Tmp & bMaskLWord; in halbtc8192e1ant_MonitorBtCtr()
443 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8192e1ant_MonitorBtCtr()
445 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8192e1ant_MonitorBtCtr()
446 regLPTx = u4Tmp & bMaskLWord; in halbtc8192e1ant_MonitorBtCtr()
447 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8192e1ant_MonitorBtCtr()
480 u4Byte u4Tmp; in halbtc8192e1ant_MonitorWiFiCtr() local
1161 u4Byte u4Tmp=0; in halbtc8192e1ant_SetAntPath() local
1173 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8192e1ant_SetAntPath()
[all …]
H A DHalBtc8821a1Ant.c403 u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; in halbtc8821a1ant_MonitorBtCtr() local
421 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8821a1ant_MonitorBtCtr()
422 regHPTx = u4Tmp & bMaskLWord; in halbtc8821a1ant_MonitorBtCtr()
423 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8821a1ant_MonitorBtCtr()
425 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8821a1ant_MonitorBtCtr()
426 regLPTx = u4Tmp & bMaskLWord; in halbtc8821a1ant_MonitorBtCtr()
427 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8821a1ant_MonitorBtCtr()
1091 u4Byte fwVer=0, u4Tmp=0; in halbtc8821a1ant_SetAntPath() local
1097 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8821a1ant_SetAntPath()
1098 u4Tmp &=~BIT23; in halbtc8821a1ant_SetAntPath()
[all …]
H A DHalBtc8703b2Ant.c320 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8703b2ant_MonitorBtCtr() local
329 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8703b2ant_MonitorBtCtr()
330 regHPTx = u4Tmp & bMaskLWord; in halbtc8703b2ant_MonitorBtCtr()
331 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8703b2ant_MonitorBtCtr()
333 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8703b2ant_MonitorBtCtr()
334 regLPTx = u4Tmp & bMaskLWord; in halbtc8703b2ant_MonitorBtCtr()
335 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8703b2ant_MonitorBtCtr()
365 u4Byte u4Tmp; in halbtc8703b2ant_MonitorWiFiCtr() local
1447 u4Byte fwVer=0, u4Tmp=0; in halbtc8703b2ant_SetAntPath() local
1526 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8703b2ant_SetAntPath()
[all …]
H A DHalBtc8723b2Ant.c316 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723b2ant_MonitorBtCtr() local
325 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b2ant_MonitorBtCtr()
326 regHPTx = u4Tmp & bMaskLWord; in halbtc8723b2ant_MonitorBtCtr()
327 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b2ant_MonitorBtCtr()
329 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b2ant_MonitorBtCtr()
330 regLPTx = u4Tmp & bMaskLWord; in halbtc8723b2ant_MonitorBtCtr()
331 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723b2ant_MonitorBtCtr()
364 u4Byte u4Tmp; in halbtc8723b2ant_MonitorWiFiCtr() local
1446 u4Byte fwVer=0, u4Tmp=0; in halbtc8723b2ant_SetAntPath() local
1525 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath()
[all …]
H A DHalBtc8821a2Ant.c320 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8821a2ant_MonitorBtCtr() local
329 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8821a2ant_MonitorBtCtr()
330 regHPTx = u4Tmp & bMaskLWord; in halbtc8821a2ant_MonitorBtCtr()
331 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8821a2ant_MonitorBtCtr()
333 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8821a2ant_MonitorBtCtr()
334 regLPTx = u4Tmp & bMaskLWord; in halbtc8821a2ant_MonitorBtCtr()
335 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8821a2ant_MonitorBtCtr()
365 u4Byte u4Tmp; in halbtc8821a2ant_MonitorWiFiCtr() local
1447 u4Byte u4Tmp=0; in halbtc8821a2ant_SetAntPath() local
1453 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8821a2ant_SetAntPath()
[all …]
H A DHalBtc8723a2Ant.c1321 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8723a2ant_MonitorBtCtr() local
1328 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723a2ant_MonitorBtCtr()
1329 regHPTx = u4Tmp & bMaskLWord; in halbtc8723a2ant_MonitorBtCtr()
1330 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a2ant_MonitorBtCtr()
1332 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723a2ant_MonitorBtCtr()
1333 regLPTx = u4Tmp & bMaskLWord; in halbtc8723a2ant_MonitorBtCtr()
1334 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8723a2ant_MonitorBtCtr()
3346 u4Byte u4Tmp=0; in EXhalbtc8723a2ant_InitHwConfig() local
3380 u4Byte u4Tmp[4]; in EXhalbtc8723a2ant_DisplayCoexInfo() local
3491 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); in EXhalbtc8723a2ant_DisplayCoexInfo()
[all …]
H A DHalBtc8821aCsr2Ant.c302 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8821aCsr2ant_MonitorBtCtr() local
309 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8821aCsr2ant_MonitorBtCtr()
310 regHPTx = u4Tmp & bMaskLWord; in halbtc8821aCsr2ant_MonitorBtCtr()
311 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8821aCsr2ant_MonitorBtCtr()
313 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8821aCsr2ant_MonitorBtCtr()
314 regLPTx = u4Tmp & bMaskLWord; in halbtc8821aCsr2ant_MonitorBtCtr()
315 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8821aCsr2ant_MonitorBtCtr()
1362 u4Byte u4Tmp=0; in halbtc8821aCsr2ant_SetAntPath() local
1368 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8821aCsr2ant_SetAntPath()
1369 u4Tmp &=~BIT23; in halbtc8821aCsr2ant_SetAntPath()
[all …]
H A DHalBtc8192e2Ant.c484 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8192e2ant_MonitorBtCtr() local
491 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8192e2ant_MonitorBtCtr()
492 regHPTx = u4Tmp & bMaskLWord; in halbtc8192e2ant_MonitorBtCtr()
493 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8192e2ant_MonitorBtCtr()
495 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8192e2ant_MonitorBtCtr()
496 regLPTx = u4Tmp & bMaskLWord; in halbtc8192e2ant_MonitorBtCtr()
497 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8192e2ant_MonitorBtCtr()
1581 u4Byte u4Tmp=0; in halbtc8192e2ant_SetAntPath() local
1593 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8192e2ant_SetAntPath()
1594 u4Tmp &= ~BIT24; in halbtc8192e2ant_SetAntPath()
[all …]
H A DHalBtc8812a1Ant.c430 u4Byte regHPTxRx, regLPTxRx, u4Tmp, u4Tmp1; in halbtc8812a1ant_MonitorBtCtr() local
439 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8812a1ant_MonitorBtCtr()
440 regHPTx = u4Tmp & bMaskLWord; in halbtc8812a1ant_MonitorBtCtr()
441 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8812a1ant_MonitorBtCtr()
443 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8812a1ant_MonitorBtCtr()
444 regLPTx = u4Tmp & bMaskLWord; in halbtc8812a1ant_MonitorBtCtr()
445 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8812a1ant_MonitorBtCtr()
478 u4Byte u4Tmp; in halbtc8812a1ant_MonitorWiFiCtr() local
2665 u4Byte u4Tmp=0; in halbtc8812a1ant_InitHwConfig() local
2760 u4Byte u4Tmp[4]; in EXhalbtc8812a1ant_DisplayCoexInfo() local
[all …]
H A DHalBtc8812a2Ant.c547 u4Byte regHPTxRx, regLPTxRx, u4Tmp; in halbtc8812a2ant_MonitorBtCtr() local
554 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8812a2ant_MonitorBtCtr()
555 regHPTx = u4Tmp & bMaskLWord; in halbtc8812a2ant_MonitorBtCtr()
556 regHPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8812a2ant_MonitorBtCtr()
558 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8812a2ant_MonitorBtCtr()
559 regLPTx = u4Tmp & bMaskLWord; in halbtc8812a2ant_MonitorBtCtr()
560 regLPRx = (u4Tmp & bMaskHWord)>>16; in halbtc8812a2ant_MonitorBtCtr()
4645 u4Byte u4Tmp=0; in halbtc8812a2ant_InitHwConfig() local
4770 u4Byte u4Tmp[4]; in EXhalbtc8812a2ant_DisplayCoexInfo() local
4884 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); in EXhalbtc8812a2ant_DisplayCoexInfo()
[all …]
H A DHalBtc8192d2Ant.c728 u4Byte u4Tmp=0; in halbtc8192d2ant_MonitorBtEnableDisable() local
1743 u4Byte u4Tmp[4]; in EXhalbtc8192d2ant_DisplayCoexInfo() local
1803 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xc50); in EXhalbtc8192d2ant_DisplayCoexInfo()
1805 u4Tmp[0]); in EXhalbtc8192d2ant_DisplayCoexInfo()
1808 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c4); in EXhalbtc8192d2ant_DisplayCoexInfo()
1809 u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6c8); in EXhalbtc8192d2ant_DisplayCoexInfo()
1810 u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x6cc); in EXhalbtc8192d2ant_DisplayCoexInfo()
1812 u4Tmp[0], u4Tmp[1], u4Tmp[2]); in EXhalbtc8192d2ant_DisplayCoexInfo()

12