Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1206 u8 bCurRfRxLpfShrink; member
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c6786 pBtdm8723->bCurRfRxLpfShrink = bRxRfShrinkOn; in btdm_2AntRfShrink()
6791 if (pBtdm8723->bPreRfRxLpfShrink == pBtdm8723->bCurRfRxLpfShrink) in btdm_2AntRfShrink()
6794 BTDM_SetSwRfRxLpfCorner(padapter, (u8)pBtdm8723->bCurRfRxLpfShrink); in btdm_2AntRfShrink()
6796 pBtdm8723->bPreRfRxLpfShrink = pBtdm8723->bCurRfRxLpfShrink; in btdm_2AntRfShrink()
9464 pBtCoex->btdm2Ant.bCurRfRxLpfShrink); in BTDM_Display8723ABtCoexInfo()