Home
last modified time | relevance | path

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

/Linux-v5.10/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()
2629 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); in halbtc8723b1ant_InitHwConfig()
3035 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); in EXhalbtc8723b1ant_DisplayCoexInfo()
3036 u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x434); in EXhalbtc8723b1ant_DisplayCoexInfo()
[all …]
DHalBtc8723b2Ant.c223 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b2ant_MonitorBtCtr()
227 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b2ant_MonitorBtCtr()
1268 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath()
1286 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath()
1488 pCoexDm->backup0x948 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); in halbtc8723b2ant_ActionBtInquiry()
3123 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x880); in EXhalbtc8723b2ant_DisplayCoexInfo()
3134 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); in EXhalbtc8723b2ant_DisplayCoexInfo()
3147 u4Tmp[0] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x92c); in EXhalbtc8723b2ant_DisplayCoexInfo()
3148 u4Tmp[1] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x930); in EXhalbtc8723b2ant_DisplayCoexInfo()
3149 u4Tmp[2] = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x944); in EXhalbtc8723b2ant_DisplayCoexInfo()
[all …]
DHalBtcOutSrc.h510 BFP_BTC_R4 fBtcRead4Byte; member
Dhal_btcoex.c936 pBtCoexist->fBtcRead4Byte = halbtcoutsrc_Read4Byte; in hal_btcoex_Initialize()