Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Dbf.c42 u32 sound_dim; in rtw_bf_assoc() local
90 sound_dim = vht_cap->cap & in rtw_bf_assoc()
92 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in rtw_bf_assoc()
96 bfee->sound_dim = (u8)sound_dim; in rtw_bf_assoc()
197 u8 nr_index = bfee->sound_dim; in rtw_bf_enable_bfee_su()
H A Dmain.h811 u8 sound_dim; member
/freebsd/sys/contrib/dev/rtw89/
H A Dmac_be.c2720 u8 sound_dim = 3, t; in rtw89_mac_set_csi_para_reg_be() local
2741 sound_dim = min(sound_dim, t); in rtw89_mac_set_csi_para_reg_be()
2750 sound_dim = min(sound_dim, t); in rtw89_mac_set_csi_para_reg_be()
2753 nc = min(nc, sound_dim); in rtw89_mac_set_csi_para_reg_be()
2754 nr = min(nr, sound_dim); in rtw89_mac_set_csi_para_reg_be()
H A Dmac.c6664 u8 sound_dim = 3, t; in rtw89_mac_set_csi_para_reg_ax() local
6685 sound_dim = min(sound_dim, t); in rtw89_mac_set_csi_para_reg_ax()
6693 sound_dim = min(sound_dim, t); in rtw89_mac_set_csi_para_reg_ax()
6695 nc = min(nc, sound_dim); in rtw89_mac_set_csi_para_reg_ax()
6696 nr = min(nr, sound_dim); in rtw89_mac_set_csi_para_reg_ax()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c5617 int sound_dim; in ath11k_mac_set_txbf_conf() local
5628 sound_dim = vht_cap & in ath11k_mac_set_txbf_conf()
5630 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_mac_set_txbf_conf()
5631 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_mac_set_txbf_conf()
5632 sound_dim = ar->num_tx_chains - 1; in ath11k_mac_set_txbf_conf()
5633 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath11k_mac_set_txbf_conf()
5664 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local
5687 sound_dim = (*vht_cap & IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK); in ath11k_set_vht_txbf_cap()
5688 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_set_vht_txbf_cap()
5697 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_set_vht_txbf_cap()
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c4887 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local
4889 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim()
4890 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim()
4895 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim()
4898 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim()
5501 int sound_dim; in ath10k_mac_set_txbf_conf() local
5511 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf()
5514 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c8282 int sound_dim; in ath12k_mac_set_txbf_conf() local
8293 sound_dim = vht_cap & in ath12k_mac_set_txbf_conf()
8295 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath12k_mac_set_txbf_conf()
8296 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_mac_set_txbf_conf()
8297 sound_dim = ar->num_tx_chains - 1; in ath12k_mac_set_txbf_conf()
8298 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath12k_mac_set_txbf_conf()
8327 int sound_dim = 0; in ath12k_set_vht_txbf_cap() local
8345 sound_dim = u32_get_bits(*vht_cap, in ath12k_set_vht_txbf_cap()
8354 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_set_vht_txbf_cap()
8355 sound_dim = ar->num_tx_chains - 1; in ath12k_set_vht_txbf_cap()
[all …]