Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c1182 if (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765) != 0) { in halbtc8723b1ant_SetAntPath()
1189 u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49d); in halbtc8723b1ant_SetAntPath()
1205 if (pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e) != 0xc) in halbtc8723b1ant_SetAntPath()
2630 u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); in halbtc8723b1ant_InitHwConfig()
2631 u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); in halbtc8723b1ant_InitHwConfig()
3038 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); in EXhalbtc8723b1ant_DisplayCoexInfo()
3043 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); in EXhalbtc8723b1ant_DisplayCoexInfo()
3054 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); in EXhalbtc8723b1ant_DisplayCoexInfo()
3056 u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); in EXhalbtc8723b1ant_DisplayCoexInfo()
3076 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x39); in EXhalbtc8723b1ant_DisplayCoexInfo()
[all …]
DHalBtc8723b2Ant.c2794 u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); in halbtc8723b2ant_InitHwConfig()
3122 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); in EXhalbtc8723b2ant_DisplayCoexInfo()
3135 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); in EXhalbtc8723b2ant_DisplayCoexInfo()
3136 u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); in EXhalbtc8723b2ant_DisplayCoexInfo()
3161 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x39); in EXhalbtc8723b2ant_DisplayCoexInfo()
3162 u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); in EXhalbtc8723b2ant_DisplayCoexInfo()
3164 u1Tmp[2] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x64); in EXhalbtc8723b2ant_DisplayCoexInfo()
3177 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); in EXhalbtc8723b2ant_DisplayCoexInfo()
3188 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49c); in EXhalbtc8723b2ant_DisplayCoexInfo()
3203 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); in EXhalbtc8723b2ant_DisplayCoexInfo()
[all …]
DHalBtcOutSrc.h505 BFP_BTC_R1 fBtcRead1Byte; member
Dhal_btcoex.c931 pBtCoexist->fBtcRead1Byte = halbtcoutsrc_Read1Byte; in hal_btcoex_Initialize()