Searched refs:rxcal_coeffs (Results 1 – 1 of 1) sorted by relevance
5228 struct b43_phy_n_iq_comp *rxcal_coeffs = NULL; in b43_nphy_save_cal() local5237 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_2G; in b43_nphy_save_cal()5242 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_5G; in b43_nphy_save_cal()5248 b43_nphy_rx_iq_coeffs(dev, false, rxcal_coeffs); in b43_nphy_save_cal()5305 struct b43_phy_n_iq_comp *rxcal_coeffs = NULL; in b43_nphy_restore_cal() local5337 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_2G; in b43_nphy_restore_cal()5340 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_5G; in b43_nphy_restore_cal()5378 b43_nphy_rx_iq_coeffs(dev, true, rxcal_coeffs); in b43_nphy_restore_cal()