Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/rtw88/
HDrtw8821c.c843 if (switch_status == coex_dm->cur_switch_status) in rtw8821c_coex_cfg_ant_switch()
855 coex_dm->cur_switch_status = switch_status; in rtw8821c_coex_cfg_ant_switch()
HDrtw8822b.c1130 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch()
1133 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch()
HDmain.h1366 u32 cur_switch_status; member