Searched refs:e_r7 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/wireless/broadcom/b43/ |
D | radio_2057.c | 577 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()
|
D | phy_n.c | 661 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() 687 …b43_radio_write(dev, R2057_RFPLL_REFMASTER_SPAREXTALSIZE, e_r7->radio_rfpll_refmaster_sparextalsiz… in b43_radio_2057_chantab_upload() 688 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_R1, e_r7->radio_rfpll_loopfilter_r1); in b43_radio_2057_chantab_upload() 689 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_C2, e_r7->radio_rfpll_loopfilter_c2); in b43_radio_2057_chantab_upload() 690 b43_radio_write(dev, R2057_RFPLL_LOOPFILTER_C1, e_r7->radio_rfpll_loopfilter_c1); 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() [all …]
|