Home
last modified time | relevance | path

Searched refs:fBtcRead4Byte (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c354 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b1ant_MonitorBtCtr()
358 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b1ant_MonitorBtCtr()
418 pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf88); in halbtc8723b1ant_MonitorWiFiCtr()
423 pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf84); in halbtc8723b1ant_MonitorWiFiCtr()
1175 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b1ant_SetAntPath()
1213 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b1ant_SetAntPath()
1260 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b1ant_SetAntPath()
2635 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); in halbtc8723b1ant_InitHwConfig()
3041 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); in EXhalbtc8723b1ant_DisplayCoexInfo()
3042 u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); in EXhalbtc8723b1ant_DisplayCoexInfo()
[all …]
DHalBtc8723b2Ant.c216 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b2ant_MonitorBtCtr()
220 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b2ant_MonitorBtCtr()
1261 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath()
1279 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath()
1481 pCoexDm->backup0x948 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); in halbtc8723b2ant_ActionBtInquiry()
3291 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); in EXhalbtc8723b2ant_DisplayCoexInfo()
3302 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); in EXhalbtc8723b2ant_DisplayCoexInfo()
3315 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x92c); in EXhalbtc8723b2ant_DisplayCoexInfo()
3316 u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x930); in EXhalbtc8723b2ant_DisplayCoexInfo()
3317 u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x944); in EXhalbtc8723b2ant_DisplayCoexInfo()
[all …]
DHalBtcOutSrc.h510 BFP_BTC_R4 fBtcRead4Byte; member
Dhal_btcoex.c995 pBtCoexist->fBtcRead4Byte = halbtcoutsrc_Read4Byte; in EXhalbtcoutsrc_InitlizeVariables()