Lines Matching refs:sprom

4892 	struct ssb_sprom *sprom = &pi->d11core->bus->sprom;  in wlc_phy_txpwr_srom_read_lcnphy()  local
4898 pi_lcn->lcnphy_tr_isolation_mid = sprom->fem.ghz2.tr_iso; in wlc_phy_txpwr_srom_read_lcnphy()
4900 pi_lcn->lcnphy_rx_power_offset = sprom->rxpo2g; in wlc_phy_txpwr_srom_read_lcnphy()
4902 pi->txpa_2g[0] = sprom->pa0b0; in wlc_phy_txpwr_srom_read_lcnphy()
4903 pi->txpa_2g[1] = sprom->pa0b1; in wlc_phy_txpwr_srom_read_lcnphy()
4904 pi->txpa_2g[2] = sprom->pa0b2; in wlc_phy_txpwr_srom_read_lcnphy()
4906 pi_lcn->lcnphy_rssi_vf = sprom->rssismf2g; in wlc_phy_txpwr_srom_read_lcnphy()
4907 pi_lcn->lcnphy_rssi_vc = sprom->rssismc2g; in wlc_phy_txpwr_srom_read_lcnphy()
4908 pi_lcn->lcnphy_rssi_gs = sprom->rssisav2g; in wlc_phy_txpwr_srom_read_lcnphy()
4918 txpwr = sprom->core_pwr_info[0].maxpwr_2g; in wlc_phy_txpwr_srom_read_lcnphy()
4926 cckpo = sprom->cck2gpo; in wlc_phy_txpwr_srom_read_lcnphy()
4927 offset_ofdm = sprom->ofdm2gpo; in wlc_phy_txpwr_srom_read_lcnphy()
4946 opo = sprom->opo; in wlc_phy_txpwr_srom_read_lcnphy()
4956 offset_mcs = sprom->mcs2gpo[1] << 16; in wlc_phy_txpwr_srom_read_lcnphy()
4957 offset_mcs |= sprom->mcs2gpo[0]; in wlc_phy_txpwr_srom_read_lcnphy()
4967 pi_lcn->lcnphy_rawtempsense = sprom->rawtempsense; in wlc_phy_txpwr_srom_read_lcnphy()
4968 pi_lcn->lcnphy_measPower = sprom->measpower; in wlc_phy_txpwr_srom_read_lcnphy()
4969 pi_lcn->lcnphy_tempsense_slope = sprom->tempsense_slope; in wlc_phy_txpwr_srom_read_lcnphy()
4970 pi_lcn->lcnphy_hw_iqcal_en = sprom->hw_iqcal_en; in wlc_phy_txpwr_srom_read_lcnphy()
4971 pi_lcn->lcnphy_iqcal_swp_dis = sprom->iqcal_swp_dis; in wlc_phy_txpwr_srom_read_lcnphy()
4972 pi_lcn->lcnphy_tempcorrx = sprom->tempcorrx; in wlc_phy_txpwr_srom_read_lcnphy()
4973 pi_lcn->lcnphy_tempsense_option = sprom->tempsense_option; in wlc_phy_txpwr_srom_read_lcnphy()
4974 pi_lcn->lcnphy_freqoffset_corr = sprom->freqoffset_corr; in wlc_phy_txpwr_srom_read_lcnphy()
4975 if (sprom->ant_available_bg > 1) in wlc_phy_txpwr_srom_read_lcnphy()
4977 sprom->ant_available_bg); in wlc_phy_txpwr_srom_read_lcnphy()