Lines Matching refs:ext_reg_cap
603 const struct ath12k_wmi_hal_reg_caps_ext_params *ext_reg_cap; in ath12k_pull_reg_cap_svc_rdy_ext() local
611 ext_reg_cap = &ext_caps[phy_idx]; in ath12k_pull_reg_cap_svc_rdy_ext()
613 param->phy_id = le32_to_cpu(ext_reg_cap->phy_id); in ath12k_pull_reg_cap_svc_rdy_ext()
614 param->eeprom_reg_domain = le32_to_cpu(ext_reg_cap->eeprom_reg_domain); in ath12k_pull_reg_cap_svc_rdy_ext()
616 le32_to_cpu(ext_reg_cap->eeprom_reg_domain_ext); in ath12k_pull_reg_cap_svc_rdy_ext()
617 param->regcap1 = le32_to_cpu(ext_reg_cap->regcap1); in ath12k_pull_reg_cap_svc_rdy_ext()
618 param->regcap2 = le32_to_cpu(ext_reg_cap->regcap2); in ath12k_pull_reg_cap_svc_rdy_ext()
620 param->low_2ghz_chan = le32_to_cpu(ext_reg_cap->low_2ghz_chan); in ath12k_pull_reg_cap_svc_rdy_ext()
621 param->high_2ghz_chan = le32_to_cpu(ext_reg_cap->high_2ghz_chan); in ath12k_pull_reg_cap_svc_rdy_ext()
622 param->low_5ghz_chan = le32_to_cpu(ext_reg_cap->low_5ghz_chan); in ath12k_pull_reg_cap_svc_rdy_ext()
623 param->high_5ghz_chan = le32_to_cpu(ext_reg_cap->high_5ghz_chan); in ath12k_pull_reg_cap_svc_rdy_ext()