Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/b4860qds/
H A Db4860qds.c633 u32 fcap, dcbias, bcap, pllcr1, pllcr0; in check_pll_locks() local
643 bcap = in_be32(&srds_regs->bank[pll_num].pllsr2) & in check_pll_locks()
645 bcap >>= SRDS_PLLSR2_BCAP_EN_SHIFT; in check_pll_locks()
652 bcap, fcap, dcbias); in check_pll_locks()
653 if (fcap == 0 && bcap == 1) { in check_pll_locks()
669 bcap = in_be32(&srds_regs->bank[pll_num].pllsr2) in check_pll_locks()
671 bcap >>= SRDS_PLLSR2_BCAP_EN_SHIFT; in check_pll_locks()
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c1280 struct ieee80211_sta_ht_cap *bcap) in qtnf_cmd_resp_band_fill_htcap() argument
1285 bcap->ht_supported = true; in qtnf_cmd_resp_band_fill_htcap()
1286 bcap->cap = le16_to_cpu(ht_cap->cap_info); in qtnf_cmd_resp_band_fill_htcap()
1287 bcap->ampdu_factor = in qtnf_cmd_resp_band_fill_htcap()
1289 bcap->ampdu_density = in qtnf_cmd_resp_band_fill_htcap()
1292 memcpy(&bcap->mcs, &ht_cap->mcs, sizeof(bcap->mcs)); in qtnf_cmd_resp_band_fill_htcap()
1296 struct ieee80211_sta_vht_cap *bcap) in qtnf_cmd_resp_band_fill_vhtcap() argument
1301 bcap->vht_supported = true; in qtnf_cmd_resp_band_fill_vhtcap()
1302 bcap->cap = le32_to_cpu(vht_cap->vht_cap_info); in qtnf_cmd_resp_band_fill_vhtcap()
1303 memcpy(&bcap->vht_mcs, &vht_cap->supp_mcs, sizeof(bcap->vht_mcs)); in qtnf_cmd_resp_band_fill_vhtcap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c3700 struct ath11k_band_cap *bcap) in ath11k_mac_setup_he_6ghz_cap() argument
3704 bcap->he_6ghz_capa = IEEE80211_HT_MPDU_DENSITY_NONE; in ath11k_mac_setup_he_6ghz_cap()
3705 if (bcap->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS) in ath11k_mac_setup_he_6ghz_cap()
3706 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
3710 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
3715 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
3718 bcap->he_6ghz_capa |= in ath11k_mac_setup_he_6ghz_cap()
3721 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_RX_ANTPAT_CONS; in ath11k_mac_setup_he_6ghz_cap()
3723 bcap->he_6ghz_capa |= IEEE80211_HE_6GHZ_CAP_TX_ANTPAT_CONS; in ath11k_mac_setup_he_6ghz_cap()
3725 return cpu_to_le16(bcap->he_6ghz_capa); in ath11k_mac_setup_he_6ghz_cap()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h254 uint32_t bcap:1; member
268 uint32_t bcap:1;