Home
last modified time | relevance | path

Searched refs:fBtcRead2Byte (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b1Ant.c419 pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); in halbtc8723b1ant_MonitorWiFiCtr()
420 pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); in halbtc8723b1ant_MonitorWiFiCtr()
421 pCoexSta->nCRCOK_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); in halbtc8723b1ant_MonitorWiFiCtr()
424 pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); in halbtc8723b1ant_MonitorWiFiCtr()
425 pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); in halbtc8723b1ant_MonitorWiFiCtr()
426 pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); in halbtc8723b1ant_MonitorWiFiCtr()
2660 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); in EXhalbtc8723b1ant_PowerOnSetting()
3037 u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8723b1ant_DisplayCoexInfo()
3407 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8723b1ant_MediaStatusNotify()
H A DHalBtcOutSrc.h508 BFP_BTC_R2 fBtcRead2Byte; member
H A Dhal_btcoex.c934 pBtCoexist->fBtcRead2Byte = halbtcoutsrc_Read2Byte; in hal_btcoex_Initialize()
H A DHalBtc8723b2Ant.c2826 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); in EXhalbtc8723b2ant_PowerOnSetting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/btc/
H A DHalBtc8192e1Ant.c505 pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); in halbtc8192e1ant_MonitorWiFiCtr()
506 pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); in halbtc8192e1ant_MonitorWiFiCtr()
507 pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); in halbtc8192e1ant_MonitorWiFiCtr()
510 pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); in halbtc8192e1ant_MonitorWiFiCtr()
511 pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); in halbtc8192e1ant_MonitorWiFiCtr()
512 pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); in halbtc8192e1ant_MonitorWiFiCtr()
2686 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x40); in halbtc8192e1ant_InitHwConfig()
2738 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); in EXhalbtc8192e1ant_PowerOnSetting()
3261 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8192e1ant_MediaStatusNotify()
H A DHalBtc8812a1Ant.c502 pCoexSta->nCRCOK_CCK = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf04); in halbtc8812a1ant_MonitorWiFiCtr()
503 pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf14); in halbtc8812a1ant_MonitorWiFiCtr()
504 pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf10); in halbtc8812a1ant_MonitorWiFiCtr()
505 pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf40); in halbtc8812a1ant_MonitorWiFiCtr()
507 pCoexSta->nCRCErr_CCK = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf06); in halbtc8812a1ant_MonitorWiFiCtr()
508 pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf16); in halbtc8812a1ant_MonitorWiFiCtr()
509 pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf12); in halbtc8812a1ant_MonitorWiFiCtr()
510 pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf42); in halbtc8812a1ant_MonitorWiFiCtr()
3181 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8812a1ant_MediaStatusNotify()
H A DHalBtc8703b1Ant.c510 pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); in halbtc8703b1ant_MonitorWiFiCtr()
511 pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); in halbtc8703b1ant_MonitorWiFiCtr()
512 pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); in halbtc8703b1ant_MonitorWiFiCtr()
515 pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); in halbtc8703b1ant_MonitorWiFiCtr()
516 pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); in halbtc8703b1ant_MonitorWiFiCtr()
517 pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); in halbtc8703b1ant_MonitorWiFiCtr()
3166 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in halbtc8703b1ant_InitHwConfig()
4224 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); in EXhalbtc8703b1ant_PowerOnSetting()
4514 u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8703b1ant_DisplayCoexInfo()
4872 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8703b1ant_MediaStatusNotify()
H A DHalBtc8723b1Ant.c519 pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); in halbtc8723b1ant_MonitorWiFiCtr()
520 pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); in halbtc8723b1ant_MonitorWiFiCtr()
521 pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); in halbtc8723b1ant_MonitorWiFiCtr()
524 pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); in halbtc8723b1ant_MonitorWiFiCtr()
525 pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); in halbtc8723b1ant_MonitorWiFiCtr()
526 pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); in halbtc8723b1ant_MonitorWiFiCtr()
3205 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in halbtc8723b1ant_InitHwConfig()
4263 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); in EXhalbtc8723b1ant_PowerOnSetting()
4553 u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8723b1ant_DisplayCoexInfo()
4911 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8723b1ant_MediaStatusNotify()
H A DHalBtc8703b2Ant.c387 pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); in halbtc8703b2ant_MonitorWiFiCtr()
388 pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); in halbtc8703b2ant_MonitorWiFiCtr()
389 pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); in halbtc8703b2ant_MonitorWiFiCtr()
392 pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); in halbtc8703b2ant_MonitorWiFiCtr()
393 pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); in halbtc8703b2ant_MonitorWiFiCtr()
394 pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); in halbtc8703b2ant_MonitorWiFiCtr()
4105 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); in EXhalbtc8703b2ant_PowerOnSetting()
H A DHalBtc8723b2Ant.c386 pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); in halbtc8723b2ant_MonitorWiFiCtr()
387 pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); in halbtc8723b2ant_MonitorWiFiCtr()
388 pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); in halbtc8723b2ant_MonitorWiFiCtr()
391 pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); in halbtc8723b2ant_MonitorWiFiCtr()
392 pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); in halbtc8723b2ant_MonitorWiFiCtr()
393 pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); in halbtc8723b2ant_MonitorWiFiCtr()
4141 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); in EXhalbtc8723b2ant_PowerOnSetting()
H A DHalBtc8821a2Ant.c387 pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); in halbtc8821a2ant_MonitorWiFiCtr()
388 pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); in halbtc8821a2ant_MonitorWiFiCtr()
389 pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); in halbtc8821a2ant_MonitorWiFiCtr()
392 pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); in halbtc8821a2ant_MonitorWiFiCtr()
393 pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); in halbtc8821a2ant_MonitorWiFiCtr()
394 pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); in halbtc8821a2ant_MonitorWiFiCtr()
H A DHalBtcOutSrc.h568 BFP_BTC_R2 fBtcRead2Byte; member
H A DHalBtc8821a1Ant.c2544 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in halbtc8821a1ant_InitHwConfig()
2744 u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8821a1ant_DisplayCoexInfo()
H A DHalBtc8192e2Ant.c4394 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in halbtc8192e2ant_InitHwConfig()
4420 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x40); in halbtc8192e2ant_InitHwConfig()
4603 u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8192e2ant_DisplayCoexInfo()
H A DHalBtc8821aCsr2Ant.c3747 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8821aCsr2ant_InitHwConfig()
3749 pCoexDm->backupAmpduMaxNum = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x4ca); in EXhalbtc8821aCsr2ant_InitHwConfig()
H A DHalBtc8812a2Ant.c4659 pCoexDm->backupRetryLimit = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in halbtc8812a2ant_InitHwConfig()
4886 u2Tmp[0] = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x42a); in EXhalbtc8812a2ant_DisplayCoexInfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/btc/
H A DHalBtc8703b2Ant.c387 pCoexSta->nCRCOK_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf94); in halbtc8703b2ant_MonitorWiFiCtr()
388 pCoexSta->nCRCOK_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf90); in halbtc8703b2ant_MonitorWiFiCtr()
389 pCoexSta->nCRCOK_11nAgg= pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfb8); in halbtc8703b2ant_MonitorWiFiCtr()
392 pCoexSta->nCRCErr_11g = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf96); in halbtc8703b2ant_MonitorWiFiCtr()
393 pCoexSta->nCRCErr_11n = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xf92); in halbtc8703b2ant_MonitorWiFiCtr()
394 pCoexSta->nCRCErr_11nAgg = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0xfba); in halbtc8703b2ant_MonitorWiFiCtr()
4105 u2Tmp = pBtCoexist->fBtcRead2Byte(pBtCoexist, 0x2); in EXhalbtc8703b2ant_PowerOnSetting()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_btcoex.c1593 pBtCoexist->fBtcRead2Byte = halbtcoutsrc_Read2Byte; in EXhalbtcoutsrc_InitlizeVariables()