Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Dradio_2057.c578 const struct b43_nphy_chantabent_rev7_2g *e_r7_2g = NULL; in r2057_get_chantabent_rev7() local
587 e_r7_2g = b43_nphy_chantab_phy_rev8_radio_rev5; in r2057_get_chantabent_rev7()
599 e_r7_2g = b43_nphy_chantab_phy_rev17_radio_rev14; in r2057_get_chantabent_rev7()
614 } else if (e_r7_2g) { in r2057_get_chantabent_rev7()
615 for (i = 0; i < len; i++, e_r7_2g++) { in r2057_get_chantabent_rev7()
616 if (e_r7_2g->freq == freq) { in r2057_get_chantabent_rev7()
617 *tabent_r7_2g = e_r7_2g; in r2057_get_chantabent_rev7()
H A Dphy_n.c662 const struct b43_nphy_chantabent_rev7_2g *e_r7_2g) in b43_radio_2057_chantab_upload() argument
664 if (e_r7_2g) { in b43_radio_2057_chantab_upload()
665 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL0, e_r7_2g->radio_vcocal_countval0); in b43_radio_2057_chantab_upload()
666 b43_radio_write(dev, R2057_VCOCAL_COUNTVAL1, e_r7_2g->radio_vcocal_countval1); in b43_radio_2057_chantab_upload()
671 b43_radio_write(dev, R2057_CP_KPD_IDAC, e_r7_2g->radio_cp_kpd_idac); in b43_radio_2057_chantab_upload()
672 b43_radio_write(dev, R2057_RFPLL_MMD0, e_r7_2g->radio_rfpll_mmd0); in b43_radio_2057_chantab_upload()
673 b43_radio_write(dev, R2057_RFPLL_MMD1, e_r7_2g->radio_rfpll_mmd1); in b43_radio_2057_chantab_upload()
674 b43_radio_write(dev, R2057_VCOBUF_TUNE, e_r7_2g->radio_vcobuf_tune); in b43_radio_2057_chantab_upload()
675 b43_radio_write(dev, R2057_LOGEN_MX2G_TUNE, e_r7_2g->radio_logen_mx2g_tune); in b43_radio_2057_chantab_upload()
679 b43_radio_write(dev, R2057_LNA2G_TUNE_CORE0, e_r7_2g->radio_lna2g_tune_core0); in b43_radio_2057_chantab_upload()
[all …]