Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c6208 else if (wl->rf_band_map[RTW89_MAC_0] & BIT(RTW89_BAND_2G) || in _set_btg_ctrl()
6209 wl->rf_band_map[RTW89_MAC_1] & BIT(RTW89_BAND_2G)) in _set_btg_ctrl()
7299 wl->rf_band_map[i] = mlo_info->hwb_rf_band[i]; in _update_wl_mlo_info()
7346 rf_band = wl->rf_band_map[RTW89_PHY_0]; in _update_wl_mlo_info()
7358 rf_band = wl->rf_band_map[RTW89_PHY_1]; in _update_wl_mlo_info()
7374 rf_band = wl->rf_band_map[hw_band]; in _update_wl_mlo_info()
7385 if (wl->rf_band_map[RTW89_MAC_0] & BIT(RTW89_BAND_2G)) { in _update_wl_mlo_info()
7388 } else if (wl->rf_band_map[RTW89_MAC_1] & BIT(RTW89_BAND_2G)) { in _update_wl_mlo_info()
7417 wl->rf_band_map[j] = 0; /* j=link id, is the link use which band */ in _update_wl_non_mlo_info()
7441 wl->rf_band_map[j] |= BIT(rlink->rf_band); in _update_wl_non_mlo_info()
[all …]
H A Dcore.h2292 u8 rf_band_map; member
2392 u8 rf_band_map[RTW89_PHY_NUM]; /* rf_band bit-map */ member
2713 u8 rf_band_map; member
4128 u8 rf_band_map[RTW89_MAC_NUM]; member
4168 u8 rf_band_map[RTW89_MAC_NUM]; member
H A Drtw8922a.c2805 btc->cx.bt_ext.rf_band_map = 0x1; /* 2.4G only */ in rtw8922a_btc_set_rfe()
H A Drtw8922d.c3370 cx->bt_ext.rf_band_map = 0x1; /* 2.4GHz only */ in rtw8922d_btc_set_rfe()
H A Dfw.c6933 memcpy(cinfo->rf_band_map, ctrl->wl_ctrl_info.rf_band_map, in rtw89_fw_h2c_cxdrv_ctrl_v9()
6934 sizeof(cinfo->rf_band_map)); in rtw89_fw_h2c_cxdrv_ctrl_v9()