Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c164 ver_main = (btc->chip->wlcx_desired & bMASKB3) >> 24; in _show_cx_info()
165 ver_sub = (btc->chip->wlcx_desired & bMASKB2) >> 16; in _show_cx_info()
166 ver_hotfix = (btc->chip->wlcx_desired & bMASKB1) >> 8; in _show_cx_info()
170 (wl->ver_info.fw_coex >= btc->chip->wlcx_desired ? in _show_cx_info()
H A Dhal_btc.h786 u32 wlcx_desired; /* wl fw desired coex version */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c164 ver_main = (btc->chip->wlcx_desired & bMASKB3) >> 24; in _show_cx_info()
165 ver_sub = (btc->chip->wlcx_desired & bMASKB2) >> 16; in _show_cx_info()
166 ver_hotfix = (btc->chip->wlcx_desired & bMASKB1) >> 8; in _show_cx_info()
170 (wl->ver_info.fw_coex >= btc->chip->wlcx_desired ? in _show_cx_info()
H A Dhal_btc.h786 u32 wlcx_desired; /* wl fw desired coex version */ member