Home
last modified time | relevance | path

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

/Linux-v4.19/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()
2636 u1Tmpa = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); in halbtc8723b1ant_InitHwConfig()
2637 u1Tmpb = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); in halbtc8723b1ant_InitHwConfig()
3044 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x456); in EXhalbtc8723b1ant_DisplayCoexInfo()
3049 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); in EXhalbtc8723b1ant_DisplayCoexInfo()
3060 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); in EXhalbtc8723b1ant_DisplayCoexInfo()
3062 u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x76e); in EXhalbtc8723b1ant_DisplayCoexInfo()
3082 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x39); in EXhalbtc8723b1ant_DisplayCoexInfo()
[all …]
DHalBtc8723b2Ant.c2962 u1Tmp = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x790); in halbtc8723b2ant_InitHwConfig()
3290 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x778); in EXhalbtc8723b2ant_DisplayCoexInfo()
3303 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x67); in EXhalbtc8723b2ant_DisplayCoexInfo()
3304 u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x765); in EXhalbtc8723b2ant_DisplayCoexInfo()
3329 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x39); in EXhalbtc8723b2ant_DisplayCoexInfo()
3330 u1Tmp[1] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x40); in EXhalbtc8723b2ant_DisplayCoexInfo()
3332 u1Tmp[2] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x64); in EXhalbtc8723b2ant_DisplayCoexInfo()
3345 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x522); in EXhalbtc8723b2ant_DisplayCoexInfo()
3356 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0x49c); in EXhalbtc8723b2ant_DisplayCoexInfo()
3371 u1Tmp[0] = pBtCoexist->fBtcRead1Byte(pBtCoexist, 0xa5b); in EXhalbtc8723b2ant_DisplayCoexInfo()
[all …]
DHalBtcOutSrc.h505 BFP_BTC_R1 fBtcRead1Byte; member
Dhal_btcoex.c990 pBtCoexist->fBtcRead1Byte = halbtcoutsrc_Read1Byte; in EXhalbtcoutsrc_InitlizeVariables()