Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhal_btc.c1247 if (btinfo.lb3.retry != 0) in _update_bt_info()
1249 b->cqddr = btinfo.lb3.cqddr; in _update_bt_info()
1250 cx->cnt_bt[BTC_BCNT_INQ] += !!(btinfo.lb3.inq && !bt->inq); in _update_bt_info()
1251 bt->inq = btinfo.lb3.inq; in _update_bt_info()
1252 cx->cnt_bt[BTC_BCNT_PAGE] += !!(btinfo.lb3.pag && !bt->pag); in _update_bt_info()
1253 bt->pag = btinfo.lb3.pag; in _update_bt_info()
1255 b->status.map.mesh_busy = btinfo.lb3.mesh_busy; in _update_bt_info()
H A Dhal_btc.h565 struct btc_btinfo_lb3 lb3; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.c1247 if (btinfo.lb3.retry != 0) in _update_bt_info()
1249 b->cqddr = btinfo.lb3.cqddr; in _update_bt_info()
1250 cx->cnt_bt[BTC_BCNT_INQ] += !!(btinfo.lb3.inq && !bt->inq); in _update_bt_info()
1251 bt->inq = btinfo.lb3.inq; in _update_bt_info()
1252 cx->cnt_bt[BTC_BCNT_PAGE] += !!(btinfo.lb3.pag && !bt->pag); in _update_bt_info()
1253 bt->pag = btinfo.lb3.pag; in _update_bt_info()
1255 b->status.map.mesh_busy = btinfo.lb3.mesh_busy; in _update_bt_info()
H A Dhal_btc.h565 struct btc_btinfo_lb3 lb3; member