Lines Matching refs:ver_info
1008 if ((wl->ver_info.fw_coex & 0xffff0000) != in _chk_btc_err()
1190 bt->ver_info.fw = le32_to_cpu(pver->v7.fw_ver); in _update_bt_report()
1191 bt->ver_info.fw_coex = le32_get_bits(pver->v7.coex_ver, in _update_bt_report()
1196 bt->ver_info.fw = le32_to_cpu(pver->v1.fw_ver); in _update_bt_report()
1197 bt->ver_info.fw_coex = le32_get_bits(pver->v1.coex_ver, in _update_bt_report()
1566 wl->ver_info.fw_coex = prpt->v1.wl_fw_coex_ver; in _chk_btc_report()
1567 wl->ver_info.fw = prpt->v1.wl_fw_ver; in _chk_btc_report()
1586 wl->ver_info.fw_coex = le32_to_cpu(prpt->v4.wl_fw_info.cx_ver); in _chk_btc_report()
1587 wl->ver_info.fw = le32_to_cpu(prpt->v4.wl_fw_info.fw_ver); in _chk_btc_report()
1618 wl->ver_info.fw_coex = le32_to_cpu(prpt->v5.rpt_info.cx_ver); in _chk_btc_report()
1619 wl->ver_info.fw = le32_to_cpu(prpt->v5.rpt_info.fw_ver); in _chk_btc_report()
1645 wl->ver_info.fw_coex = le32_to_cpu(prpt->v105.rpt_info.cx_ver); in _chk_btc_report()
1646 wl->ver_info.fw = le32_to_cpu(prpt->v105.rpt_info.fw_ver); in _chk_btc_report()
1672 wl->ver_info.fw_coex = le32_to_cpu(prpt->v7.rpt_info.cx_ver); in _chk_btc_report()
1673 wl->ver_info.fw = le32_to_cpu(prpt->v7.rpt_info.fw_ver); in _chk_btc_report()
1704 wl->ver_info.fw_coex = le32_to_cpu(prpt->v8.rpt_info.cx_ver); in _chk_btc_report()
1705 wl->ver_info.fw = le32_to_cpu(prpt->v8.rpt_info.fw_ver); in _chk_btc_report()
5197 bt_fw_ver = bt->ver_info.fw & 0xffff; in _action_common()
8050 ver_main = FIELD_GET(GENMASK(31, 24), wl->ver_info.fw_coex); in _show_cx_info()
8051 ver_sub = FIELD_GET(GENMASK(23, 16), wl->ver_info.fw_coex); in _show_cx_info()
8052 ver_hotfix = FIELD_GET(GENMASK(15, 8), wl->ver_info.fw_coex); in _show_cx_info()
8053 id_branch = FIELD_GET(GENMASK(7, 0), wl->ver_info.fw_coex); in _show_cx_info()
8061 (wl->ver_info.fw_coex >= chip->wlcx_desired ? in _show_cx_info()
8065 bt->ver_info.fw_coex, in _show_cx_info()
8066 (bt->ver_info.fw_coex >= chip->btcx_desired ? in _show_cx_info()
8069 if (bt->enable.now && bt->ver_info.fw == 0) in _show_cx_info()
8074 ver_main = FIELD_GET(GENMASK(31, 24), wl->ver_info.fw); in _show_cx_info()
8075 ver_sub = FIELD_GET(GENMASK(23, 16), wl->ver_info.fw); in _show_cx_info()
8076 ver_hotfix = FIELD_GET(GENMASK(15, 8), wl->ver_info.fw); in _show_cx_info()
8077 id_branch = FIELD_GET(GENMASK(7, 0), wl->ver_info.fw); in _show_cx_info()
8081 bt->ver_info.fw, bt->run_patch_code ? "patch" : "ROM"); in _show_cx_info()