Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43/
Dradio_2057.c590 const struct b43_nphy_chantabent_rev7 *e_r7 = NULL; in r2057_get_chantabent_rev7() local
606 e_r7 = b43_nphy_chantab_phy_rev16_radio_rev9; in r2057_get_chantabent_rev7()
620 if (e_r7) { in r2057_get_chantabent_rev7()
621 for (i = 0; i < len; i++, e_r7++) { in r2057_get_chantabent_rev7()
622 if (e_r7->freq == freq) { in r2057_get_chantabent_rev7()
623 *tabent_r7 = e_r7; in r2057_get_chantabent_rev7()
Dphy_n.c673 const struct b43_nphy_chantabent_rev7 *e_r7, in b43_radio_2057_chantab_upload() argument
697 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL0, e_r7->radio_vcocal_countval0); in b43_radio_2057_chantab_upload()
698 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL1, e_r7->radio_vcocal_countval1); in b43_radio_2057_chantab_upload()
699 …b43_radio_write(dev, R2057_RFPLL_REFMASTER_SPAREXTALSIZE, e_r7->radio_rfpll_refmaster_sparextalsiz… in b43_radio_2057_chantab_upload()
700 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_R1, e_r7->radio_rfpll_loopfilter_r1); in b43_radio_2057_chantab_upload()
701 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_C2, e_r7->radio_rfpll_loopfilter_c2); in b43_radio_2057_chantab_upload()
702 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_C1, e_r7->radio_rfpll_loopfilter_c1); in b43_radio_2057_chantab_upload()
703 b43_radio_write(dev, R2057_CP_KPD_IDAC, e_r7->radio_cp_kpd_idac); in b43_radio_2057_chantab_upload()
704 b43_radio_write(dev, R2057_RFPLL_MMD0, e_r7->radio_rfpll_mmd0); in b43_radio_2057_chantab_upload()
705 b43_radio_write(dev, R2057_RFPLL_MMD1, e_r7->radio_rfpll_mmd1); in b43_radio_2057_chantab_upload()
[all …]