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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_n.c2510 struct b43_phy_n_iq_comp *rxcal_coeffs = NULL; local
2519 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_2G;
2524 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_5G;
2530 b43_nphy_rx_iq_coeffs(dev, false, rxcal_coeffs);
2565 struct b43_phy_n_iq_comp *rxcal_coeffs = NULL; local
2597 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_2G;
2600 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_5G;
2619 b43_nphy_rx_iq_coeffs(dev, true, rxcal_coeffs);

Completed in 85 milliseconds