Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b1Ant.c273 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regHPTxRx); in halbtc8723b1ant_MonitorBtCtr()
277 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, regLPTxRx); in halbtc8723b1ant_MonitorBtCtr()
325 pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf88); in halbtc8723b1ant_MonitorWiFiCtr()
330 pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0xf84); in halbtc8723b1ant_MonitorWiFiCtr()
856 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b1ant_SetAntPath()
891 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b1ant_SetAntPath()
938 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b1ant_SetAntPath()
2127 pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); in halbtc8723b1ant_InitHwConfig()
2250 pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); in EXhalbtc8723b1ant_ScanNotify()
2380 pCoexDm->backupArfrCnt1 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x430); in EXhalbtc8723b1ant_MediaStatusNotify()
[all …]
H A DHalBtcOutSrc.h382 BFP_BTC_R4 fBtcRead4Byte; member
H A DHalBtc8723b2Ant.c880 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath()
898 u4Tmp = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x4c); in halbtc8723b2ant_SetAntPath()
1072 pCoexDm->backup0x948 = pBtCoexist->fBtcRead4Byte(pBtCoexist, 0x948); in halbtc8723b2ant_ActionBtInquiry()
H A Dhal_btcoex.c822 pBtCoexist->fBtcRead4Byte = halbtcoutsrc_Read4Byte; in hal_btcoex_Initialize()