Lines Matching refs:ext_reg_cap
535 struct wmi_hal_reg_capabilities_ext *ext_reg_cap; in ath11k_pull_reg_cap_svc_rdy_ext() local
537 const struct wmi_hal_reg_capabilities_ext *ext_reg_cap; in ath11k_pull_reg_cap_svc_rdy_ext()
546 ext_reg_cap = &wmi_ext_reg_cap[phy_idx]; in ath11k_pull_reg_cap_svc_rdy_ext()
548 param->phy_id = ext_reg_cap->phy_id; in ath11k_pull_reg_cap_svc_rdy_ext()
549 param->eeprom_reg_domain = ext_reg_cap->eeprom_reg_domain; in ath11k_pull_reg_cap_svc_rdy_ext()
551 ext_reg_cap->eeprom_reg_domain_ext; in ath11k_pull_reg_cap_svc_rdy_ext()
552 param->regcap1 = ext_reg_cap->regcap1; in ath11k_pull_reg_cap_svc_rdy_ext()
553 param->regcap2 = ext_reg_cap->regcap2; in ath11k_pull_reg_cap_svc_rdy_ext()
555 param->low_2ghz_chan = ext_reg_cap->low_2ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()
556 param->high_2ghz_chan = ext_reg_cap->high_2ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()
557 param->low_5ghz_chan = ext_reg_cap->low_5ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()
558 param->high_5ghz_chan = ext_reg_cap->high_5ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()