Searched refs:ext_reg_cap (Results 1 – 2 of 2) sorted by relevance
11510 struct wmi_hal_reg_capabilities_ext *ext_reg_cap; in qwx_pull_reg_cap_svc_rdy_ext() local11518 ext_reg_cap = &wmi_ext_reg_cap[phy_idx]; in qwx_pull_reg_cap_svc_rdy_ext()11520 param->phy_id = ext_reg_cap->phy_id; in qwx_pull_reg_cap_svc_rdy_ext()11521 param->eeprom_reg_domain = ext_reg_cap->eeprom_reg_domain; in qwx_pull_reg_cap_svc_rdy_ext()11522 param->eeprom_reg_domain_ext = ext_reg_cap->eeprom_reg_domain_ext; in qwx_pull_reg_cap_svc_rdy_ext()11523 param->regcap1 = ext_reg_cap->regcap1; in qwx_pull_reg_cap_svc_rdy_ext()11524 param->regcap2 = ext_reg_cap->regcap2; in qwx_pull_reg_cap_svc_rdy_ext()11526 param->low_2ghz_chan = ext_reg_cap->low_2ghz_chan; in qwx_pull_reg_cap_svc_rdy_ext()11527 param->high_2ghz_chan = ext_reg_cap->high_2ghz_chan; in qwx_pull_reg_cap_svc_rdy_ext()11528 param->low_5ghz_chan = ext_reg_cap->low_5ghz_chan; in qwx_pull_reg_cap_svc_rdy_ext()[all …]
10748 struct wmi_hal_reg_capabilities_ext *ext_reg_cap; in qwz_pull_reg_cap_svc_rdy_ext() local10756 ext_reg_cap = &wmi_ext_reg_cap[phy_idx]; in qwz_pull_reg_cap_svc_rdy_ext()10758 param->phy_id = ext_reg_cap->phy_id; in qwz_pull_reg_cap_svc_rdy_ext()10759 param->eeprom_reg_domain = ext_reg_cap->eeprom_reg_domain; in qwz_pull_reg_cap_svc_rdy_ext()10760 param->eeprom_reg_domain_ext = ext_reg_cap->eeprom_reg_domain_ext; in qwz_pull_reg_cap_svc_rdy_ext()10761 param->regcap1 = ext_reg_cap->regcap1; in qwz_pull_reg_cap_svc_rdy_ext()10762 param->regcap2 = ext_reg_cap->regcap2; in qwz_pull_reg_cap_svc_rdy_ext()10764 param->low_2ghz_chan = ext_reg_cap->low_2ghz_chan; in qwz_pull_reg_cap_svc_rdy_ext()10765 param->high_2ghz_chan = ext_reg_cap->high_2ghz_chan; in qwz_pull_reg_cap_svc_rdy_ext()10766 param->low_5ghz_chan = ext_reg_cap->low_5ghz_chan; in qwz_pull_reg_cap_svc_rdy_ext()[all …]