Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c632 u32 fcap, dcbias, bcap, pllcr1, pllcr0; in check_pll_locks() local
642 bcap = in_be32(&srds_regs->bank[pll_num].pllsr2) & in check_pll_locks()
644 bcap >>= SRDS_PLLSR2_BCAP_EN_SHIFT; in check_pll_locks()
651 bcap, fcap, dcbias); in check_pll_locks()
652 if (fcap == 0 && bcap == 1) { in check_pll_locks()
668 bcap = in_be32(&srds_regs->bank[pll_num].pllsr2) in check_pll_locks()
670 bcap >>= SRDS_PLLSR2_BCAP_EN_SHIFT; in check_pll_locks()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A 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()
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c864 u8 bcap; in anx7625_hdcp_enable() local
875 ret = anx7625_aux_trans(ctx, DP_AUX_NATIVE_READ, DP_AUX_HDCP_BCAPS, 1, &bcap); in anx7625_hdcp_enable()
879 if (!(bcap & DP_BCAPS_HDCP_CAPABLE)) { in anx7625_hdcp_enable()
880 pr_warn("downstream not support HDCP 1.4, cap(%x).\n", bcap); in anx7625_hdcp_enable()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c4410 struct ath12k_band_cap *bcap) in ath12k_mac_setup_he_6ghz_cap() argument
4414 bcap->he_6ghz_capa = IEEE80211_HT_MPDU_DENSITY_NONE; in ath12k_mac_setup_he_6ghz_cap()
4415 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath12k_mac_setup_he_6ghz_cap()
4416 bcap->he_6ghz_capa |= in ath12k_mac_setup_he_6ghz_cap()
4420 bcap->he_6ghz_capa |= in ath12k_mac_setup_he_6ghz_cap()
4425 bcap->he_6ghz_capa |= in ath12k_mac_setup_he_6ghz_cap()
4429 bcap->he_6ghz_capa |= in ath12k_mac_setup_he_6ghz_cap()
4432 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_RX_ANTPAT_CONS; in ath12k_mac_setup_he_6ghz_cap()
4434 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_TX_ANTPAT_CONS; in ath12k_mac_setup_he_6ghz_cap()
4436 return cpu_to_le16(bcap->he_6ghz_capa); in ath12k_mac_setup_he_6ghz_cap()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h254 uint32_t bcap:1; member
268 uint32_t bcap:1;
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c5743 struct ath11k_band_cap *bcap) in ath11k_mac_setup_he_6ghz_cap() argument
5747 bcap->he_6ghz_capa = IEEE80211_HT_MPDU_DENSITY_NONE; in ath11k_mac_setup_he_6ghz_cap()
5748 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath11k_mac_setup_he_6ghz_cap()
5749 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
5753 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
5758 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
5761 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
5764 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_RX_ANTPAT_CONS; in ath11k_mac_setup_he_6ghz_cap()
5766 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_TX_ANTPAT_CONS; in ath11k_mac_setup_he_6ghz_cap()
5768 return cpu_to_le16(bcap->he_6ghz_capa); in ath11k_mac_setup_he_6ghz_cap()