Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtw89/
Dcoex.c925 bt->ver_info.fw_coex = le32_get_bits(pver->coex_ver, GENMASK(7, 0)); in _update_bt_report()
1210 wl->ver_info.fw_coex = prpt->v1.wl_fw_coex_ver; in _chk_btc_report()
1230 wl->ver_info.fw_coex = le32_to_cpu(prpt->v4.wl_fw_info.cx_ver); in _chk_btc_report()
1262 wl->ver_info.fw_coex = le32_to_cpu(prpt->v5.rpt_info.cx_ver); in _chk_btc_report()
1289 wl->ver_info.fw_coex = le32_to_cpu(prpt->v105.rpt_info.cx_ver); in _chk_btc_report()
6191 ver_main = FIELD_GET(GENMASK(31, 24), wl->ver_info.fw_coex); in _show_cx_info()
6192 ver_sub = FIELD_GET(GENMASK(23, 16), wl->ver_info.fw_coex); in _show_cx_info()
6193 ver_hotfix = FIELD_GET(GENMASK(15, 8), wl->ver_info.fw_coex); in _show_cx_info()
6194 id_branch = FIELD_GET(GENMASK(7, 0), wl->ver_info.fw_coex); in _show_cx_info()
6202 (wl->ver_info.fw_coex >= chip->wlcx_desired ? in _show_cx_info()
[all …]
Dcore.h1342 u32 fw_coex; /* match with which coex_ver */ member
1493 u32 fw_coex; /* match with which coex_ver */ member