Home
last modified time | relevance | path

Searched refs:bcap (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1268 struct ieee80211_sta_ht_cap *bcap) in qtnf_cmd_resp_band_fill_htcap() argument
1273 bcap->ht_supported = true; in qtnf_cmd_resp_band_fill_htcap()
1274 bcap->cap = le16_to_cpu(ht_cap->cap_info); in qtnf_cmd_resp_band_fill_htcap()
1275 bcap->ampdu_factor = in qtnf_cmd_resp_band_fill_htcap()
1277 bcap->ampdu_density = in qtnf_cmd_resp_band_fill_htcap()
1280 memcpy(&bcap->mcs, &ht_cap->mcs, sizeof(bcap->mcs)); in qtnf_cmd_resp_band_fill_htcap()
1284 struct ieee80211_sta_vht_cap *bcap) in qtnf_cmd_resp_band_fill_vhtcap() argument
1289 bcap->vht_supported = true; in qtnf_cmd_resp_band_fill_vhtcap()
1290 bcap->cap = le32_to_cpu(vht_cap->vht_cap_info); in qtnf_cmd_resp_band_fill_vhtcap()
1291 memcpy(&bcap->vht_mcs, &vht_cap->supp_mcs, sizeof(bcap->vht_mcs)); in qtnf_cmd_resp_band_fill_vhtcap()
/linux-6.1.9/drivers/gpu/drm/bridge/analogix/
Danx7625.c866 u8 bcap; in anx7625_hdcp_enable() local
877 ret = anx7625_aux_trans(ctx, DP_AUX_NATIVE_READ, 0x68028, 1, &bcap); in anx7625_hdcp_enable()
881 if (!(bcap & 0x01)) { in anx7625_hdcp_enable()
882 pr_warn("downstream not support HDCP 1.4, cap(%x).\n", bcap); in anx7625_hdcp_enable()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.c5291 struct ath11k_band_cap *bcap) in ath11k_mac_setup_he_6ghz_cap() argument
5295 bcap->he_6ghz_capa = IEEE80211_HT_MPDU_DENSITY_NONE; in ath11k_mac_setup_he_6ghz_cap()
5296 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath11k_mac_setup_he_6ghz_cap()
5297 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
5301 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
5306 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
5309 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
5312 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_RX_ANTPAT_CONS; in ath11k_mac_setup_he_6ghz_cap()
5314 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_TX_ANTPAT_CONS; in ath11k_mac_setup_he_6ghz_cap()
5316 return cpu_to_le16(bcap->he_6ghz_capa); in ath11k_mac_setup_he_6ghz_cap()
/linux-6.1.9/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h254 uint32_t bcap:1; member
268 uint32_t bcap:1;