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

/freebsd-12-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.h164 struct bwn_phy_n_cal_cache cal_cache; member in struct:bwn_phy_n
H A Dif_bwn_phy_n_core.c5414 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_2G;
5415 txcal_radio_regs = nphy->cal_cache.txcal_radio_regs_2G;
5417 table = nphy->cal_cache.txcal_coeffs_2G;
5419 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_5G;
5420 txcal_radio_regs = nphy->cal_cache.txcal_radio_regs_5G;
5422 table = nphy->cal_cache.txcal_coeffs_5G;
5486 table = nphy->cal_cache.txcal_coeffs_2G;
5487 loft = &nphy->cal_cache.txcal_coeffs_2G[5];
5491 table = nphy->cal_cache.txcal_coeffs_5G;
5492 loft = &nphy->cal_cache
[all...]

Completed in 183 milliseconds