Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
DHalBtc8723b2Ant.c587 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6e1A0001); in halbtc8723b2ant_SetAgcTable()
588 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6d1B0001); in halbtc8723b2ant_SetAgcTable()
589 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6c1C0001); in halbtc8723b2ant_SetAgcTable()
590 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6b1D0001); in halbtc8723b2ant_SetAgcTable()
591 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6a1E0001); in halbtc8723b2ant_SetAgcTable()
592 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x691F0001); in halbtc8723b2ant_SetAgcTable()
593 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x68200001); in halbtc8723b2ant_SetAgcTable()
595 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xaa1A0001); in halbtc8723b2ant_SetAgcTable()
596 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa91B0001); in halbtc8723b2ant_SetAgcTable()
597 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0xa81C0001); in halbtc8723b2ant_SetAgcTable()
[all …]
DHalBtc8723b1Ant.c104 pBtCoexist->fBtcWrite4Byte( in halbtc8723b1ant_AutoRateFallbackRetry()
107 pBtCoexist->fBtcWrite4Byte( in halbtc8723b1ant_AutoRateFallbackRetry()
116 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); in halbtc8723b1ant_AutoRateFallbackRetry()
117 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x01010101); in halbtc8723b1ant_AutoRateFallbackRetry()
119 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); in halbtc8723b1ant_AutoRateFallbackRetry()
120 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x434, 0x04030201); in halbtc8723b1ant_AutoRateFallbackRetry()
640 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); in halbtc8723b1ant_SetCoexTable()
642 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); in halbtc8723b1ant_SetCoexTable()
644 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); in halbtc8723b1ant_SetCoexTable()
859 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); in halbtc8723b1ant_SetAntPath()
[all …]
DHalBtcOutSrc.h383 BFP_BTC_W4 fBtcWrite4Byte; member
Dhal_btcoex.c824 pBtCoexist->fBtcWrite4Byte = halbtcoutsrc_Write4Byte; in hal_btcoex_Initialize()