Home
last modified time | relevance | path

Searched refs:supported_bands (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dreg.c276 u32 phy_id, freq_low, freq_high, supported_bands;
300 supported_bands = ar->pdev->cap.supported_bands;
310 if (supported_bands & WMI_HOST_WLAN_2GHZ_CAP) {
322 if (supported_bands & WMI_HOST_WLAN_5GHZ_CAP && !ar->supports_6ghz) {
334 if (supported_bands & WMI_HOST_WLAN_5GHZ_CAP && ar->supports_6ghz) {
H A Dwmi.c422 u32 supported_bands; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
446 supported_bands = le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
448 if (!(supported_bands & WMI_HOST_WLAN_2GHZ_CAP) && in ath12k_pull_mac_phy_cap_svc_ready_ext()
449 !(supported_bands & WMI_HOST_WLAN_5GHZ_CAP)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
454 pdev_cap->supported_bands |= supported_bands; in ath12k_pull_mac_phy_cap_svc_ready_ext()
458 fw_pdev->supported_bands = supported_bands; in ath12k_pull_mac_phy_cap_svc_ready_ext()
467 if (supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
472 if (supported_bands & WMI_HOST_WLAN_5GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
497 if (supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
517 if (supported_bands & WMI_HOST_WLAN_5GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
[all …]
H A Dcore.h825 u32 supported_bands; member
864 u32 supported_bands; member
H A Dmac.c990 if (ath12k_mac_band_match(band, ab->fw_pdev[i].supported_bands)) in ath12k_mac_get_target_pdev_id_from_vif()
1065 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2GHZ_CAP) && in ath12k_mac_txpower_recalc()
1075 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5GHZ_CAP) && in ath12k_mac_txpower_recalc()
4916 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5GHZ_CAP) in ath12k_mac_bss_info_changed()
8423 if (cap->supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_mac_setup_ht_vht_cap()
8432 if (cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP && in ath12k_mac_setup_ht_vht_cap()
8884 if (cap->supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_mac_setup_sband_iftype_data()
8894 if (cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP) { in ath12k_mac_setup_sband_iftype_data()
8904 if (cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP && in ath12k_mac_setup_sband_iftype_data()
9945 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_mac_setup_vdev_create_arg()
[all …]
H A Dwmi.h2711 __le32 supported_bands; member
5199 u32 supported_bands; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h852 u32 supported_bands; member
989 enum WMI_HOST_WLAN_BAND supported_bands; member
H A Dmac.c698 if (ath11k_mac_band_match(band, ab->target_pdev_ids[i].supported_bands)) in ath11k_mac_get_target_pdev_id_from_vif()
764 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_mac_txpower_recalc()
774 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath11k_mac_txpower_recalc()
1062 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_monitor_vdev_create()
1066 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_monitor_vdev_create()
3729 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath11k_mac_op_bss_info_changed()
5765 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_ht_vht_cap()
5774 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_ht_vht_cap()
6044 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_he_cap()
6054 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_he_cap()
[all …]
H A Dwmi.c440 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
442 ab->target_pdev_ids[ab->target_pdev_count].supported_bands = in ath11k_pull_mac_phy_cap_svc_ready_ext()
443 mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
447 if (!(mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_pull_mac_phy_cap_svc_ready_ext()
448 !(mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP)) in ath11k_pull_mac_phy_cap_svc_ready_ext()
455 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
460 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
485 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
499 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
4369 switch (pdev->cap.supported_bands) { in ath11k_fill_band_to_mac_param()
H A Dwmi.h2514 u32 supported_bands; member