Searched defs:rxcal_coeffs (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/b43/
H A Dphy_n.c3606 struct b43_phy_n_iq_comp *rxcal_coeffs = NULL; local
3615 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_2G;
3620 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_5G;
3626 b43_nphy_rx_iq_coeffs(dev, false, rxcal_coeffs);
3662 struct b43_phy_n_iq_comp *rxcal_coeffs = NULL; local
3694 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_2G;
3697 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_5G;
3716 b43_nphy_rx_iq_coeffs(dev, true, rxcal_coeffs);

Completed in 40 milliseconds