Searched refs:e_r7 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c744 const struct bwn_nphy_chantabent_rev7 *e_r7,
768 BWN_RF_WRITE(mac, R2057_VCOCAL_COUNTVAL0, e_r7->radio_vcocal_countval0);
769 BWN_RF_WRITE(mac, R2057_VCOCAL_COUNTVAL1, e_r7->radio_vcocal_countval1);
770 BWN_RF_WRITE(mac, R2057_RFPLL_REFMASTER_SPAREXTALSIZE, e_r7->radio_rfpll_refmaster_sparextalsize);
771 BWN_RF_WRITE(mac, R2057_RFPLL_LOOPFILTER_R1, e_r7->radio_rfpll_loopfilter_r1);
772 BWN_RF_WRITE(mac, R2057_RFPLL_LOOPFILTER_C2, e_r7->radio_rfpll_loopfilter_c2);
773 BWN_RF_WRITE(mac, R2057_RFPLL_LOOPFILTER_C1, e_r7->radio_rfpll_loopfilter_c1);
774 BWN_RF_WRITE(mac, R2057_CP_KPD_IDAC, e_r7->radio_cp_kpd_idac);
775 BWN_RF_WRITE(mac, R2057_RFPLL_MMD0, e_r7->radio_rfpll_mmd0);
776 BWN_RF_WRITE(mac, R2057_RFPLL_MMD1, e_r7
743 bwn_radio_2057_chantab_upload(struct bwn_mac *mac, const struct bwn_nphy_chantabent_rev7 *e_r7, const struct bwn_nphy_chantabent_rev7_2g *e_r7_2g) argument
[all...]
H A Dif_bwn_radio_2057.c652 const struct bwn_nphy_chantabent_rev7 *e_r7 = NULL; local
668 e_r7 = bwn_nphy_chantab_phy_rev16_radio_rev9;
682 if (e_r7) {
683 for (i = 0; i < len; i++, e_r7++) {
684 if (e_r7->freq == freq) {
685 *tabent_r7 = e_r7;

Completed in 108 milliseconds