Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c6346 u8 u1tmp, btState; in BTDM_1AntFwC2hBtInfo8723A() local
6355 btState = u1tmp & 0xF; in BTDM_1AntFwC2hBtInfo8723A()
6363 if (btState & BIT(2)) in BTDM_1AntFwC2hBtInfo8723A()
6367 btState &= ~BIT(2); in BTDM_1AntFwC2hBtInfo8723A()
6369 if (!(btState & BIT(0))) in BTDM_1AntFwC2hBtInfo8723A()
6372 if (btState == 0x1) in BTDM_1AntFwC2hBtInfo8723A()
6374 else if (btState == 0x9) { in BTDM_1AntFwC2hBtInfo8723A()
6382 } else if (btState == 0x3) { in BTDM_1AntFwC2hBtInfo8723A()
6385 } else if (btState == 0xb) { in BTDM_1AntFwC2hBtInfo8723A()