Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c4879 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim() local
4881 sound_dim &= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK; in ath10k_mac_get_vht_cap_bf_sound_dim()
4882 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath10k_mac_get_vht_cap_bf_sound_dim()
4887 if (sound_dim == 0) in ath10k_mac_get_vht_cap_bf_sound_dim()
4890 return sound_dim; in ath10k_mac_get_vht_cap_bf_sound_dim()
5489 int sound_dim; in ath10k_mac_set_txbf_conf() local
5499 sound_dim = ath10k_mac_get_vht_cap_bf_sound_dim(ar); in ath10k_mac_set_txbf_conf()
5502 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath10k_mac_set_txbf_conf()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c8397 int sound_dim; in ath12k_create_vht_cap()
8408 sound_dim = vht_cap & in ath12k_create_vht_cap()
8410 sound_dim >>= IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT; in ath12k_create_vht_cap()
8411 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_create_vht_cap()
8412 sound_dim = ar->num_tx_chains - 1; in ath12k_create_vht_cap()
8413 value |= SM(sound_dim, WMI_BF_SOUND_DIM_OFFSET); in ath12k_create_vht_cap()
8442 int sound_dim = 0; in ath12k_mac_setup_ht_vht_cap()
8460 sound_dim = u32_get_bits(*vht_cap, in ath12k_mac_setup_ht_vht_cap()
8469 if (sound_dim > (ar->num_tx_chains - 1)) in ath12k_mac_setup_ht_vht_cap()
8470 sound_dim in ath12k_mac_setup_ht_vht_cap()
8307 int sound_dim; ath12k_mac_set_txbf_conf() local
8352 int sound_dim = 0; ath12k_set_vht_txbf_cap() local
[all...]