Lines Matching defs:mac_phy_cap
4684 /* TODO: mac_phy_cap prints */
4790 const struct ath12k_wmi_mac_phy_caps_params *mac_phy_cap,
4793 mac_phy_info->phy_id = __le32_to_cpu(mac_phy_cap->phy_id);
4794 mac_phy_info->supported_bands = __le32_to_cpu(mac_phy_cap->supported_bands);
4796 __le32_to_cpu(mac_phy_cap->low_2ghz_chan_freq);
4798 __le32_to_cpu(mac_phy_cap->high_2ghz_chan_freq);
4800 __le32_to_cpu(mac_phy_cap->low_5ghz_chan_freq);
4802 __le32_to_cpu(mac_phy_cap->high_5ghz_chan_freq);
4810 const struct ath12k_wmi_mac_phy_caps_params *mac_phy_cap;
4817 mac_phy_cap = svc_rdy_ext->mac_phy_caps;
4825 ath12k_wmi_save_mac_phy_info(ab, mac_phy_cap, mac_phy_info);
4839 mac_phy_cap++;