Searched refs:e_r7 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/b43/
H A Dradio_2057.c590 const struct b43_nphy_chantabent_rev7 *e_r7 = NULL; r2057_get_chantabent_rev7() local
606 e_r7 = b43_nphy_chantab_phy_rev16_radio_rev9; r2057_get_chantabent_rev7()
620 if (e_r7) { r2057_get_chantabent_rev7()
621 for (i = 0; i < len; i++, e_r7++) { r2057_get_chantabent_rev7()
622 if (e_r7->freq == freq) { r2057_get_chantabent_rev7()
623 *tabent_r7 = e_r7; r2057_get_chantabent_rev7()
H A Dphy_n.c673 const struct b43_nphy_chantabent_rev7 *e_r7, b43_radio_2057_chantab_upload()
697 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL0, e_r7->radio_vcocal_countval0); b43_radio_2057_chantab_upload()
698 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL1, e_r7->radio_vcocal_countval1); b43_radio_2057_chantab_upload()
699 b43_radio_write(dev, R2057_RFPLL_REFMASTER_SPAREXTALSIZE, e_r7->radio_rfpll_refmaster_sparextalsize); b43_radio_2057_chantab_upload()
700 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_R1, e_r7->radio_rfpll_loopfilter_r1); b43_radio_2057_chantab_upload()
701 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_C2, e_r7->radio_rfpll_loopfilter_c2); b43_radio_2057_chantab_upload()
702 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_C1, e_r7->radio_rfpll_loopfilter_c1); b43_radio_2057_chantab_upload()
703 b43_radio_write(dev, R2057_CP_KPD_IDAC, e_r7->radio_cp_kpd_idac); b43_radio_2057_chantab_upload()
704 b43_radio_write(dev, R2057_RFPLL_MMD0, e_r7->radio_rfpll_mmd0); b43_radio_2057_chantab_upload()
705 b43_radio_write(dev, R2057_RFPLL_MMD1, e_r7->radio_rfpll_mmd1); b43_radio_2057_chantab_upload()
706 b43_radio_write(dev, R2057_VCOBUF_TUNE, e_r7->radio_vcobuf_tune); b43_radio_2057_chantab_upload()
707 b43_radio_write(dev, R2057_LOGEN_MX2G_TUNE, e_r7->radio_logen_mx2g_tune); b43_radio_2057_chantab_upload()
708 b43_radio_write(dev, R2057_LOGEN_MX5G_TUNE, e_r7->radio_logen_mx5g_tune); b43_radio_2057_chantab_upload()
709 b43_radio_write(dev, R2057_LOGEN_INDBUF2G_TUNE, e_r7->radio_logen_indbuf2g_tune); b43_radio_2057_chantab_upload()
710 b43_radio_write(dev, R2057_LOGEN_INDBUF5G_TUNE, e_r7->radio_logen_indbuf5g_tune); b43_radio_2057_chantab_upload()
711 b43_radio_write(dev, R2057_TXMIX2G_TUNE_BOOST_PU_CORE0, e_r7->radio_txmix2g_tune_boost_pu_core0); b43_radio_2057_chantab_upload()
712 b43_radio_write(dev, R2057_PAD2G_TUNE_PUS_CORE0, e_r7->radio_pad2g_tune_pus_core0); b43_radio_2057_chantab_upload()
713 b43_radio_write(dev, R2057_PGA_BOOST_TUNE_CORE0, e_r7->radio_pga_boost_tune_core0); b43_radio_2057_chantab_upload()
714 b43_radio_write(dev, R2057_TXMIX5G_BOOST_TUNE_CORE0, e_r7->radio_txmix5g_boost_tune_core0); b43_radio_2057_chantab_upload()
715 b43_radio_write(dev, R2057_PAD5G_TUNE_MISC_PUS_CORE0, e_r7->radio_pad5g_tune_misc_pus_core0); b43_radio_2057_chantab_upload()
716 b43_radio_write(dev, R2057_LNA2G_TUNE_CORE0, e_r7->radio_lna2g_tune_core0); b43_radio_2057_chantab_upload()
717 b43_radio_write(dev, R2057_LNA5G_TUNE_CORE0, e_r7->radio_lna5g_tune_core0); b43_radio_2057_chantab_upload()
718 b43_radio_write(dev, R2057_TXMIX2G_TUNE_BOOST_PU_CORE1, e_r7->radio_txmix2g_tune_boost_pu_core1); b43_radio_2057_chantab_upload()
719 b43_radio_write(dev, R2057_PAD2G_TUNE_PUS_CORE1, e_r7->radio_pad2g_tune_pus_core1); b43_radio_2057_chantab_upload()
720 b43_radio_write(dev, R2057_PGA_BOOST_TUNE_CORE1, e_r7->radio_pga_boost_tune_core1); b43_radio_2057_chantab_upload()
721 b43_radio_write(dev, R2057_TXMIX5G_BOOST_TUNE_CORE1, e_r7->radio_txmix5g_boost_tune_core1); b43_radio_2057_chantab_upload()
722 b43_radio_write(dev, R2057_PAD5G_TUNE_MISC_PUS_CORE1, e_r7->radio_pad5g_tune_misc_pus_core1); b43_radio_2057_chantab_upload()
723 b43_radio_write(dev, R2057_LNA2G_TUNE_CORE1, e_r7->radio_lna2g_tune_core1); b43_radio_2057_chantab_upload()
724 b43_radio_write(dev, R2057_LNA5G_TUNE_CORE1, e_r7->radio_lna5g_tune_core1); b43_radio_2057_chantab_upload()
672 b43_radio_2057_chantab_upload(struct b43_wldev *dev, const struct b43_nphy_chantabent_rev7 *e_r7, const struct b43_nphy_chantabent_rev7_2g *e_r7_2g) b43_radio_2057_chantab_upload() argument

Completed in 168 milliseconds