Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c8032 u32 ver_main = 0, ver_sub = 0, ver_hotfix = 0, id_branch = 0; in _show_cx_info() local
8045 ver_hotfix = FIELD_GET(GENMASK(15, 8), RTW89_COEX_VERSION); in _show_cx_info()
8048 "[coex_version]", ver_main, ver_sub, ver_hotfix, id_branch); in _show_cx_info()
8052 ver_hotfix = FIELD_GET(GENMASK(15, 8), wl->ver_info.fw_coex); in _show_cx_info()
8055 ver_main, ver_sub, ver_hotfix, id_branch); in _show_cx_info()
8059 ver_hotfix = FIELD_GET(GENMASK(15, 8), chip->wlcx_desired); in _show_cx_info()
8062 "Match" : "Mismatch"), ver_main, ver_sub, ver_hotfix); in _show_cx_info()
8076 ver_hotfix = FIELD_GET(GENMASK(15, 8), wl->ver_info.fw); in _show_cx_info()
8080 ver_main, ver_sub, ver_hotfix, id_branch, in _show_cx_info()