Searched refs:o_info (Results 1 – 1 of 1) sorted by relevance
5167 struct rtw89_btc_fbtc_outsrc_set_info *o_info = &btc->dm.ost_info; in _set_btg_ctrl() local5217 if (o_info->rf_band[BTC_RF_S0] != o_info->rf_band[BTC_RF_S1]) {/* 1+1 */ in _set_btg_ctrl()5218 if (o_info->rf_band[BTC_RF_S0]) /* Non-2G */ in _set_btg_ctrl()5219 o_info->btg_rx[BTC_RF_S0] = BTC_BTGCTRL_DISABLE; in _set_btg_ctrl()5221 o_info->btg_rx[BTC_RF_S0] = is_btg; in _set_btg_ctrl()5223 if (o_info->rf_band[BTC_RF_S1]) /* Non-2G */ in _set_btg_ctrl()5224 o_info->btg_rx[BTC_RF_S1] = BTC_BTGCTRL_DISABLE; in _set_btg_ctrl()5226 o_info->btg_rx[BTC_RF_S1] = is_btg; in _set_btg_ctrl()5228 o_info->btg_rx[BTC_RF_S0] = is_btg; in _set_btg_ctrl()5229 o_info->btg_rx[BTC_RF_S1] = is_btg; in _set_btg_ctrl()[all …]