Searched refs:sound_dim (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/rtw88/ |
H A D | bf.c | 42 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() 194 u8 nr_index = bfee->sound_dim; in rtw_bf_enable_bfee_su()
|
H A D | main.h | 795 u8 sound_dim; 786 u8 sound_dim; global() member
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 4140 int sound_dim; in ath12k_mac_set_txbf_conf() local 4151 sound_dim = vht_cap & in ath12k_mac_set_txbf_conf() 4153 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath12k_mac_set_txbf_conf() 4154 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_mac_set_txbf_conf() 4155 sound_dim = ar->num_tx_chains - 1; in ath12k_mac_set_txbf_conf() 4156 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath12k_mac_set_txbf_conf() 4185 int sound_dim = 0; in ath12k_set_vht_txbf_cap() local 4203 sound_dim = u32_get_bits(*vht_cap, in ath12k_set_vht_txbf_cap() 4212 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_set_vht_txbf_cap() 4213 sound_dim = ar->num_tx_chains - 1; in ath12k_set_vht_txbf_cap() [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 5459 int sound_dim; in ath11k_mac_set_txbf_conf() local 5472 sound_dim = vht_cap & in ath11k_mac_set_txbf_conf() 5474 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_mac_set_txbf_conf() 5475 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_mac_set_txbf_conf() 5476 sound_dim = ar->num_tx_chains - 1; in ath11k_mac_set_txbf_conf() 5477 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath11k_mac_set_txbf_conf() 5508 int sound_dim = 0, nsts = 0; in ath11k_set_vht_txbf_cap() local 5531 sound_dim = (*vht_cap & IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK); in ath11k_set_vht_txbf_cap() 5532 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath11k_set_vht_txbf_cap() 5541 if (sound_dim > (ar->num_tx_chains - 1)) in ath11k_set_vht_txbf_cap() [all …]
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac.c | 5930 u8 sound_dim = 3, t; 5946 sound_dim = min(sound_dim, t); 5954 sound_dim = min(sound_dim, t); 5956 nc = min(nc, sound_dim); 5957 nr = min(nr, sound_dim); 5239 u8 sound_dim = 3, t; rtw89_mac_set_csi_para_reg() local
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 4861 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local 4863 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim() 4864 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim() 4869 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim() 4872 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim() 5473 int sound_dim; in ath10k_mac_set_txbf_conf() local 5483 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf() 5486 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()
|