Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b2Ant.c587 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6e1A0001); in halbtc8723b2ant_SetAgcTable()
588 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0xc78, 0x6d1B0001); in halbtc8723b2ant_SetAgcTable()
656 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c0, val0x6c0); in halbtc8723b2ant_SetCoexTable()
658 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c4, val0x6c4); in halbtc8723b2ant_SetCoexTable()
660 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x6c8, val0x6c8); in halbtc8723b2ant_SetCoexTable()
853 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); in halbtc8723b2ant_SetAntPath()
883 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); in halbtc8723b2ant_SetAntPath()
901 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); in halbtc8723b2ant_SetAntPath()
2356 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); in EXhalbtc8723b2ant_PowerOnSetting()
2366 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x280); in EXhalbtc8723b2ant_PowerOnSetting()
[all …]
H A DHalBtc8723b1Ant.c104 pBtCoexist->fBtcWrite4Byte( in halbtc8723b1ant_AutoRateFallbackRetry()
107 pBtCoexist->fBtcWrite4Byte( in halbtc8723b1ant_AutoRateFallbackRetry()
116 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); in halbtc8723b1ant_AutoRateFallbackRetry()
119 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x430, 0x0); in halbtc8723b1ant_AutoRateFallbackRetry()
859 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); in halbtc8723b1ant_SetAntPath()
894 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); in halbtc8723b1ant_SetAntPath()
941 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x4c, u4Tmp); in halbtc8723b1ant_SetAntPath()
966 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); in halbtc8723b1ant_SetAntPath()
974 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); in halbtc8723b1ant_SetAntPath()
2164 pBtCoexist->fBtcWrite4Byte(pBtCoexist, 0x948, 0x0); in EXhalbtc8723b1ant_PowerOnSetting()
[all …]
H A DHalBtcOutSrc.h383 BFP_BTC_W4 fBtcWrite4Byte; member
H A Dhal_btcoex.c824 pBtCoexist->fBtcWrite4Byte = halbtcoutsrc_Write4Byte; in hal_btcoex_Initialize()