Home
last modified time | relevance | path

Searched refs:e_r7_2g (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/b43/
Dradio_2057.c591 const struct b43_nphy_chantabent_rev7_2g *e_r7_2g = NULL; in r2057_get_chantabent_rev7() local
600 e_r7_2g = b43_nphy_chantab_phy_rev8_radio_rev5; in r2057_get_chantabent_rev7()
612 e_r7_2g = b43_nphy_chantab_phy_rev17_radio_rev14; in r2057_get_chantabent_rev7()
627 } else if (e_r7_2g) { in r2057_get_chantabent_rev7()
628 for (i = 0; i < len; i++, e_r7_2g++) { in r2057_get_chantabent_rev7()
629 if (e_r7_2g->freq == freq) { in r2057_get_chantabent_rev7()
630 *tabent_r7_2g = e_r7_2g; in r2057_get_chantabent_rev7()
Dphy_n.c674 const struct b43_nphy_chantabent_rev7_2g *e_r7_2g) in b43_radio_2057_chantab_upload() argument
676 if (e_r7_2g) { in b43_radio_2057_chantab_upload()
677 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL0, e_r7_2g->radio_vcocal_countval0); in b43_radio_2057_chantab_upload()
678 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL1, e_r7_2g->radio_vcocal_countval1); in b43_radio_2057_chantab_upload()
679 …b43_radio_write(dev, R2057_RFPLL_REFMASTER_SPAREXTALSIZE, e_r7_2g->radio_rfpll_refmaster_sparextal… in b43_radio_2057_chantab_upload()
680 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_R1, e_r7_2g->radio_rfpll_loopfilter_r1); in b43_radio_2057_chantab_upload()
681 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_C2, e_r7_2g->radio_rfpll_loopfilter_c2); in b43_radio_2057_chantab_upload()
682 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_C1, e_r7_2g->radio_rfpll_loopfilter_c1); in b43_radio_2057_chantab_upload()
683 b43_radio_write(dev, R2057_CP_KPD_IDAC, e_r7_2g->radio_cp_kpd_idac); in b43_radio_2057_chantab_upload()
684 b43_radio_write(dev, R2057_RFPLL_MMD0, e_r7_2g->radio_rfpll_mmd0); in b43_radio_2057_chantab_upload()
[all …]