Searched refs:e_r7 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_radio_2057.c | 647 const struct bwn_nphy_chantabent_rev7 *e_r7 = NULL; in r2057_get_chantabent_rev7() local 663 e_r7 = bwn_nphy_chantab_phy_rev16_radio_rev9; in r2057_get_chantabent_rev7() 677 if (e_r7) { in r2057_get_chantabent_rev7() 678 for (i = 0; i < len; i++, e_r7++) { in r2057_get_chantabent_rev7() 679 if (e_r7->freq == freq) { in r2057_get_chantabent_rev7() 680 *tabent_r7 = e_r7; in r2057_get_chantabent_rev7()
|
| H A D | if_bwn_phy_n_core.c | 747 const struct bwn_nphy_chantabent_rev7 *e_r7, in bwn_radio_2057_chantab_upload() argument 771 BWN_RF_WRITE(mac, R2057_VCOCAL_COUNTVAL0, e_r7->radio_vcocal_countval0); in bwn_radio_2057_chantab_upload() 772 BWN_RF_WRITE(mac, R2057_VCOCAL_COUNTVAL1, e_r7->radio_vcocal_countval1); in bwn_radio_2057_chantab_upload() 773 BWN_RF_WRITE(mac, R2057_RFPLL_REFMASTER_SPAREXTALSIZE, e_r7->radio_rfpll_refmaster_sparextalsize); in bwn_radio_2057_chantab_upload() 774 BWN_RF_WRITE(mac, R2057_RFPLL_LOOPFILTER_R1, e_r7->radio_rfpll_loopfilter_r1); in bwn_radio_2057_chantab_upload() 775 BWN_RF_WRITE(mac, R2057_RFPLL_LOOPFILTER_C2, e_r7->radio_rfpll_loopfilter_c2); in bwn_radio_2057_chantab_upload() 776 BWN_RF_WRITE(mac, R2057_RFPLL_LOOPFILTER_C1, e_r7->radio_rfpll_loopfilter_c1); in bwn_radio_2057_chantab_upload() 777 BWN_RF_WRITE(mac, R2057_CP_KPD_IDAC, e_r7->radio_cp_kpd_idac); in bwn_radio_2057_chantab_upload() 778 BWN_RF_WRITE(mac, R2057_RFPLL_MMD0, e_r7->radio_rfpll_mmd0); in bwn_radio_2057_chantab_upload() 779 BWN_RF_WRITE(mac, R2057_RFPLL_MMD1, e_r7->radio_rfpll_mmd1); in bwn_radio_2057_chantab_upload() [all …]
|