Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcoex.c809 bt->ver_info.fw_coex = le32_get_bits(pver->coex_ver, GENMASK(7, 0)); in _update_bt_report()
1278 wl->ver_info.fw_coex = prpt->wl_fw_coex_ver; in _chk_btc_report()
1296 wl->ver_info.fw_coex = le32_to_cpu(prpt_v1->wl_fw_info.cx_ver); in _chk_btc_report()
5511 ver_main = FIELD_GET(GENMASK(31, 24), wl->ver_info.fw_coex); in _show_cx_info()
5512 ver_sub = FIELD_GET(GENMASK(23, 16), wl->ver_info.fw_coex); in _show_cx_info()
5513 ver_hotfix = FIELD_GET(GENMASK(15, 8), wl->ver_info.fw_coex); in _show_cx_info()
5514 id_branch = FIELD_GET(GENMASK(7, 0), wl->ver_info.fw_coex); in _show_cx_info()
5522 (wl->ver_info.fw_coex >= chip->wlcx_desired ? in _show_cx_info()
5526 bt->ver_info.fw_coex, in _show_cx_info()
5527 (bt->ver_info.fw_coex >= chip->btcx_desired ? in _show_cx_info()
Dcore.h1078 u32 fw_coex; /* match with which coex_ver */ member
1198 u32 fw_coex; /* match with which coex_ver */ member