Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/broadcom/b43/
Dphy_n.c5177 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_2G; in b43_nphy_save_cal()
5178 txcal_radio_regs = nphy->cal_cache.txcal_radio_regs_2G; in b43_nphy_save_cal()
5180 table = nphy->cal_cache.txcal_coeffs_2G; in b43_nphy_save_cal()
5182 rxcal_coeffs = &nphy->cal_cache.rxcal_coeffs_5G; in b43_nphy_save_cal()
5183 txcal_radio_regs = nphy->cal_cache.txcal_radio_regs_5G; in b43_nphy_save_cal()
5185 table = nphy->cal_cache.txcal_coeffs_5G; in b43_nphy_save_cal()
5250 table = nphy->cal_cache.txcal_coeffs_2G; in b43_nphy_restore_cal()
5251 loft = &nphy->cal_cache.txcal_coeffs_2G[5]; in b43_nphy_restore_cal()
5255 table = nphy->cal_cache.txcal_coeffs_5G; in b43_nphy_restore_cal()
5256 loft = &nphy->cal_cache.txcal_coeffs_5G[5]; in b43_nphy_restore_cal()
[all …]
Dphy_n.h999 struct b43_phy_n_cal_cache cal_cache; member