Lines Matching refs:sprom
4798 struct ssb_sprom *sprom = &pi->d11core->bus->sprom; in wlc_phy_txpwr_srom_read_lcnphy() local
4804 pi_lcn->lcnphy_tr_isolation_mid = sprom->fem.ghz2.tr_iso; in wlc_phy_txpwr_srom_read_lcnphy()
4806 pi_lcn->lcnphy_rx_power_offset = sprom->rxpo2g; in wlc_phy_txpwr_srom_read_lcnphy()
4808 pi->txpa_2g[0] = sprom->pa0b0; in wlc_phy_txpwr_srom_read_lcnphy()
4809 pi->txpa_2g[1] = sprom->pa0b1; in wlc_phy_txpwr_srom_read_lcnphy()
4810 pi->txpa_2g[2] = sprom->pa0b2; in wlc_phy_txpwr_srom_read_lcnphy()
4812 pi_lcn->lcnphy_rssi_vf = sprom->rssismf2g; in wlc_phy_txpwr_srom_read_lcnphy()
4813 pi_lcn->lcnphy_rssi_vc = sprom->rssismc2g; in wlc_phy_txpwr_srom_read_lcnphy()
4814 pi_lcn->lcnphy_rssi_gs = sprom->rssisav2g; in wlc_phy_txpwr_srom_read_lcnphy()
4824 txpwr = sprom->core_pwr_info[0].maxpwr_2g; in wlc_phy_txpwr_srom_read_lcnphy()
4832 cckpo = sprom->cck2gpo; in wlc_phy_txpwr_srom_read_lcnphy()
4833 offset_ofdm = sprom->ofdm2gpo; in wlc_phy_txpwr_srom_read_lcnphy()
4858 offset_mcs = sprom->mcs2gpo[1] << 16; in wlc_phy_txpwr_srom_read_lcnphy()
4859 offset_mcs |= sprom->mcs2gpo[0]; in wlc_phy_txpwr_srom_read_lcnphy()
4869 pi_lcn->lcnphy_rawtempsense = sprom->rawtempsense; in wlc_phy_txpwr_srom_read_lcnphy()
4870 pi_lcn->lcnphy_measPower = sprom->measpower; in wlc_phy_txpwr_srom_read_lcnphy()
4871 pi_lcn->lcnphy_tempsense_slope = sprom->tempsense_slope; in wlc_phy_txpwr_srom_read_lcnphy()
4872 pi_lcn->lcnphy_hw_iqcal_en = sprom->hw_iqcal_en; in wlc_phy_txpwr_srom_read_lcnphy()
4873 pi_lcn->lcnphy_iqcal_swp_dis = sprom->iqcal_swp_dis; in wlc_phy_txpwr_srom_read_lcnphy()
4874 pi_lcn->lcnphy_tempcorrx = sprom->tempcorrx; in wlc_phy_txpwr_srom_read_lcnphy()
4875 pi_lcn->lcnphy_tempsense_option = sprom->tempsense_option; in wlc_phy_txpwr_srom_read_lcnphy()
4876 pi_lcn->lcnphy_freqoffset_corr = sprom->freqoffset_corr; in wlc_phy_txpwr_srom_read_lcnphy()
4877 if (sprom->ant_available_bg > 1) in wlc_phy_txpwr_srom_read_lcnphy()
4879 sprom->ant_available_bg); in wlc_phy_txpwr_srom_read_lcnphy()