Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1031 if ((wl->ver_info.fw_coex & 0xffff0000) != in _chk_btc_err()
1214 bt->ver_info.fw_coex = le32_get_bits(pver->v7.coex_ver, in _update_bt_report()
1220 bt->ver_info.fw_coex = le32_get_bits(pver->v1.coex_ver, in _update_bt_report()
1590 wl->ver_info.fw_coex = prpt->v1.wl_fw_coex_ver; in _chk_btc_report()
1642 wl->ver_info.fw_coex = le32_to_cpu(prpt->v5.rpt_info.cx_ver); in _chk_btc_report()
8185 ver_main = FIELD_GET(GENMASK(31, 24), wl->ver_info.fw_coex); in _show_cx_info()
8186 ver_sub = FIELD_GET(GENMASK(23, 16), wl->ver_info.fw_coex); in _show_cx_info()
8188 id_branch = FIELD_GET(GENMASK(7, 0), wl->ver_info.fw_coex); in _show_cx_info()
8196 (wl->ver_info.fw_coex >= chip->wlcx_desired ? in _show_cx_info()
8200 bt->ver_info.fw_coex, in _show_cx_info()
[all …]
H A Dcore.h1527 u32 fw_coex; /* match with which coex_ver */ member
1747 u32 fw_coex; /* match with which coex_ver */ member