Home
last modified time | relevance | path

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

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_radio_2057.c648 const struct bwn_nphy_chantabent_rev7_2g *e_r7_2g = NULL; in r2057_get_chantabent_rev7() local
657 e_r7_2g = bwn_nphy_chantab_phy_rev8_radio_rev5; in r2057_get_chantabent_rev7()
669 e_r7_2g = bwn_nphy_chantab_phy_rev17_radio_rev14; in r2057_get_chantabent_rev7()
684 } else if (e_r7_2g) { in r2057_get_chantabent_rev7()
685 for (i = 0; i < len; i++, e_r7_2g++) { in r2057_get_chantabent_rev7()
686 if (e_r7_2g->freq == freq) { in r2057_get_chantabent_rev7()
687 *tabent_r7_2g = e_r7_2g; in r2057_get_chantabent_rev7()
H A Dif_bwn_phy_n_core.c748 const struct bwn_nphy_chantabent_rev7_2g *e_r7_2g) in bwn_radio_2057_chantab_upload() argument
750 if (e_r7_2g) { in bwn_radio_2057_chantab_upload()
751 BWN_RF_WRITE(mac, R2057_VCOCAL_COUNTVAL0, e_r7_2g->radio_vcocal_countval0); in bwn_radio_2057_chantab_upload()
752 BWN_RF_WRITE(mac, R2057_VCOCAL_COUNTVAL1, e_r7_2g->radio_vcocal_countval1); in bwn_radio_2057_chantab_upload()
753 …BWN_RF_WRITE(mac, R2057_RFPLL_REFMASTER_SPAREXTALSIZE, e_r7_2g->radio_rfpll_refmaster_sparextalsiz… in bwn_radio_2057_chantab_upload()
754 BWN_RF_WRITE(mac, R2057_RFPLL_LOOPFILTER_R1, e_r7_2g->radio_rfpll_loopfilter_r1); in bwn_radio_2057_chantab_upload()
755 BWN_RF_WRITE(mac, R2057_RFPLL_LOOPFILTER_C2, e_r7_2g->radio_rfpll_loopfilter_c2); in bwn_radio_2057_chantab_upload()
756 BWN_RF_WRITE(mac, R2057_RFPLL_LOOPFILTER_C1, e_r7_2g->radio_rfpll_loopfilter_c1); in bwn_radio_2057_chantab_upload()
757 BWN_RF_WRITE(mac, R2057_CP_KPD_IDAC, e_r7_2g->radio_cp_kpd_idac); in bwn_radio_2057_chantab_upload()
758 BWN_RF_WRITE(mac, R2057_RFPLL_MMD0, e_r7_2g->radio_rfpll_mmd0); in bwn_radio_2057_chantab_upload()
[all …]