Searched refs:ext_reg_cap (Results 1 – 2 of 2) sorted by relevance
612 const struct ath12k_wmi_hal_reg_caps_ext_params *ext_reg_cap; in ath12k_pull_reg_cap_svc_rdy_ext() local620 ext_reg_cap = &ext_caps[phy_idx]; in ath12k_pull_reg_cap_svc_rdy_ext()622 param->phy_id = le32_to_cpu(ext_reg_cap->phy_id); in ath12k_pull_reg_cap_svc_rdy_ext()623 param->eeprom_reg_domain = le32_to_cpu(ext_reg_cap->eeprom_reg_domain); in ath12k_pull_reg_cap_svc_rdy_ext()625 le32_to_cpu(ext_reg_cap->eeprom_reg_domain_ext); in ath12k_pull_reg_cap_svc_rdy_ext()626 param->regcap1 = le32_to_cpu(ext_reg_cap->regcap1); in ath12k_pull_reg_cap_svc_rdy_ext()627 param->regcap2 = le32_to_cpu(ext_reg_cap->regcap2); in ath12k_pull_reg_cap_svc_rdy_ext()629 param->low_2ghz_chan = le32_to_cpu(ext_reg_cap->low_2ghz_chan); in ath12k_pull_reg_cap_svc_rdy_ext()630 param->high_2ghz_chan = le32_to_cpu(ext_reg_cap->high_2ghz_chan); in ath12k_pull_reg_cap_svc_rdy_ext()631 param->low_5ghz_chan = le32_to_cpu(ext_reg_cap->low_5ghz_chan); in ath12k_pull_reg_cap_svc_rdy_ext()[all …]
492 struct wmi_hal_reg_capabilities_ext *ext_reg_cap; in ath11k_pull_reg_cap_svc_rdy_ext() local500 ext_reg_cap = &wmi_ext_reg_cap[phy_idx]; in ath11k_pull_reg_cap_svc_rdy_ext()502 param->phy_id = ext_reg_cap->phy_id; in ath11k_pull_reg_cap_svc_rdy_ext()503 param->eeprom_reg_domain = ext_reg_cap->eeprom_reg_domain; in ath11k_pull_reg_cap_svc_rdy_ext()505 ext_reg_cap->eeprom_reg_domain_ext; in ath11k_pull_reg_cap_svc_rdy_ext()506 param->regcap1 = ext_reg_cap->regcap1; in ath11k_pull_reg_cap_svc_rdy_ext()507 param->regcap2 = ext_reg_cap->regcap2; in ath11k_pull_reg_cap_svc_rdy_ext()509 param->low_2ghz_chan = ext_reg_cap->low_2ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()510 param->high_2ghz_chan = ext_reg_cap->high_2ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()511 param->low_5ghz_chan = ext_reg_cap->low_5ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()[all …]