Searched refs:COEX_RSSI_HIGH (Results 1 – 2 of 2) sorted by relevance
1197 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[0])) in rtw_coex_action_freerun()1199 else if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_freerun()1201 else if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[2])) in rtw_coex_action_freerun()1275 COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) { in rtw_coex_action_bt_idle()1532 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_bt_a2dp()1646 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_bt_a2dp_hid()1898 COEX_RSSI_HIGH(coex_dm->wl_rssi_state[3]) && in rtw_coex_action_wl_connected()1899 COEX_RSSI_HIGH(coex_dm->bt_rssi_state[0])) { in rtw_coex_action_wl_connected()
34 #define COEX_RSSI_HIGH(rssi) \ macro