Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/b43/
A Dradio_2057.c577 const struct b43_nphy_chantabent_rev7 *e_r7 = NULL; in r2057_get_chantabent_rev7() local
593 e_r7 = b43_nphy_chantab_phy_rev16_radio_rev9; in r2057_get_chantabent_rev7()
607 if (e_r7) { in r2057_get_chantabent_rev7()
608 for (i = 0; i < len; i++, e_r7++) { in r2057_get_chantabent_rev7()
609 if (e_r7->freq == freq) { in r2057_get_chantabent_rev7()
610 *tabent_r7 = e_r7; in r2057_get_chantabent_rev7()
A Dphy_n.c661 const struct b43_nphy_chantabent_rev7 *e_r7, in b43_radio_2057_chantab_upload() argument
685 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL0, e_r7->radio_vcocal_countval0); in b43_radio_2057_chantab_upload()
686 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL1, e_r7->radio_vcocal_countval1); in b43_radio_2057_chantab_upload()
691 b43_radio_write(dev, R2057_CP_KPD_IDAC, e_r7->radio_cp_kpd_idac); in b43_radio_2057_chantab_upload()
692 b43_radio_write(dev, R2057_RFPLL_MMD0, e_r7->radio_rfpll_mmd0); in b43_radio_2057_chantab_upload()
693 b43_radio_write(dev, R2057_RFPLL_MMD1, e_r7->radio_rfpll_mmd1); in b43_radio_2057_chantab_upload()
694 b43_radio_write(dev, R2057_VCOBUF_TUNE, e_r7->radio_vcobuf_tune); in b43_radio_2057_chantab_upload()
695 b43_radio_write(dev, R2057_LOGEN_MX2G_TUNE, e_r7->radio_logen_mx2g_tune); in b43_radio_2057_chantab_upload()
696 b43_radio_write(dev, R2057_LOGEN_MX5G_TUNE, e_r7->radio_logen_mx5g_tune); in b43_radio_2057_chantab_upload()
704 b43_radio_write(dev, R2057_LNA2G_TUNE_CORE0, e_r7->radio_lna2g_tune_core0); in b43_radio_2057_chantab_upload()
[all …]

Completed in 16 milliseconds