Home
last modified time | relevance | path

Searched refs:BTDM_BtTxRxCounterL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1601 u32 BTDM_BtTxRxCounterL(struct rtw_adapter *padapter);
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c6481 if (BTDM_BtTxRxCounterL(padapter) < 100) { in btdm_ActionAlgorithm()
6492 if (BTDM_BtTxRxCounterL(padapter) < 600) { in btdm_ActionAlgorithm()
6513 if (BTDM_BtTxRxCounterL(padapter) < 600) { in btdm_ActionAlgorithm()
6969 btTxRxCnt = BTDM_BtTxRxCounterH(padapter)+BTDM_BtTxRxCounterL(padapter); in btdm_2AntPsTdma()
9089 u32 BTDM_BtTxRxCounterL(struct rtw_adapter *padapter) in BTDM_BtTxRxCounterL() function