rspSource        3540 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	u8 i, rspSource = 0;
rspSource        3546 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	rspSource = tmpBuf[0]&0xf;
rspSource        3547 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if (rspSource >= BT_INFO_SRC_8723B_1ANT_MAX)
rspSource        3548 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		rspSource = BT_INFO_SRC_8723B_1ANT_WIFI_FW;
rspSource        3549 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	pCoexSta->btInfoC2hCnt[rspSource]++;
rspSource        3555 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		rspSource,
rspSource        3559 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i];
rspSource        3570 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	if (BT_INFO_SRC_8723B_1ANT_WIFI_FW != rspSource) {
rspSource        3571 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		pCoexSta->btRetryCnt = pCoexSta->btInfoC2h[rspSource][2]&0xf;
rspSource        3576 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		if (pCoexSta->btInfoC2h[rspSource][2]&0x20)
rspSource        3581 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		pCoexSta->btRssi = pCoexSta->btInfoC2h[rspSource][3]*2-90;
rspSource        3584 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		pCoexSta->btInfoExt = pCoexSta->btInfoC2h[rspSource][4];
rspSource        3586 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40);
rspSource        3374 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	u8 	i, rspSource = 0;
rspSource        3380 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	rspSource = tmpBuf[0]&0xf;
rspSource        3381 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	if (rspSource >= BT_INFO_SRC_8723B_2ANT_MAX)
rspSource        3382 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 		rspSource = BT_INFO_SRC_8723B_2ANT_WIFI_FW;
rspSource        3384 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	pCoexSta->btInfoC2hCnt[rspSource]++;
rspSource        3386 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("[BTCoex], Bt info[%d], length =%d, hex data =[", rspSource, length));
rspSource        3388 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 		pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i];
rspSource        3404 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	if (BT_INFO_SRC_8723B_2ANT_WIFI_FW != rspSource) {
rspSource        3405 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 		pCoexSta->btRetryCnt = pCoexSta->btInfoC2h[rspSource][2]&0xf; /* [3:0] */
rspSource        3407 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 		pCoexSta->btRssi = pCoexSta->btInfoC2h[rspSource][3]*2+10;
rspSource        3409 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 		pCoexSta->btInfoExt = pCoexSta->btInfoC2h[rspSource][4];
rspSource        3411 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 		pCoexSta->bBtTxRxMask = (pCoexSta->btInfoC2h[rspSource][2]&0x40);