Home
last modified time | relevance | path

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

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.h163 struct bwn_phy_n_cal_cache cal_cache; member
H A Dif_bwn_phy_n_core.c5412 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_2G; in bwn_nphy_save_cal()
5413 txcal_radio_regs = nphy->cal_cache.txcal_radio_regs_2G; in bwn_nphy_save_cal()
5415 table = nphy->cal_cache.txcal_coeffs_2G; in bwn_nphy_save_cal()
5417 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_5G; in bwn_nphy_save_cal()
5418 txcal_radio_regs = nphy->cal_cache.txcal_radio_regs_5G; in bwn_nphy_save_cal()
5420 table = nphy->cal_cache.txcal_coeffs_5G; in bwn_nphy_save_cal()
5484 table = nphy->cal_cache.txcal_coeffs_2G; in bwn_nphy_restore_cal()
5485 loft = &nphy->cal_cache.txcal_coeffs_2G[5]; in bwn_nphy_restore_cal()
5489 table = nphy->cal_cache.txcal_coeffs_5G; in bwn_nphy_restore_cal()
5490 loft = &nphy->cal_cache.txcal_coeffs_5G[5]; in bwn_nphy_restore_cal()
[all …]