Lines Matching refs:center_freq
1248 u16 freq = phy->chandef->chan->center_freq; in b43_radio_2056_setup()
2293 nphy->rssical_chanspec_2G.center_freq = phy->chandef->chan->center_freq; in b43_nphy_rev3_rssi_cal()
2295 nphy->rssical_chanspec_5G.center_freq = phy->chandef->chan->center_freq; in b43_nphy_rev3_rssi_cal()
3067 u16 freq = phy->chandef->chan->center_freq; in b43_nphy_workarounds_rev7plus()
3756 u16 freq = phy->chandef->chan->center_freq; in b43_nphy_tx_power_fix()
4068 u16 freq = phy->chandef->chan->center_freq; in b43_nphy_tx_power_ctl_setup()
4738 if (!nphy->rssical_chanspec_2G.center_freq) in b43_nphy_restore_rssi_cal()
4743 if (!nphy->rssical_chanspec_5G.center_freq) in b43_nphy_restore_rssi_cal()
5284 iqcal_chanspec->center_freq = dev->phy.chandef->chan->center_freq; in b43_nphy_save_cal()
5308 if (!nphy->iqcal_chanspec_2G.center_freq) in b43_nphy_restore_cal()
5313 if (!nphy->iqcal_chanspec_5G.center_freq) in b43_nphy_restore_cal()
5584 nphy->txiqlocal_chanspec.center_freq = in b43_nphy_cal_tx_iq_lo()
5585 phy->chandef->chan->center_freq; in b43_nphy_cal_tx_iq_lo()
5623 nphy->txiqlocal_chanspec.center_freq != dev->phy.chandef->chan->center_freq || in b43_nphy_reapply_tx_cal_coeffs()
5899 if (nphy->tx_pwr_last_recalc_freq == channel->center_freq && in b43_nphy_op_recalc_txpower()
5946 nphy->tx_pwr_last_recalc_freq = channel->center_freq; in b43_nphy_op_recalc_txpower()
6191 do_rssi_cal = !nphy->rssical_chanspec_2G.center_freq; in b43_phy_initn()
6193 do_rssi_cal = !nphy->rssical_chanspec_5G.center_freq; in b43_phy_initn()
6205 do_cal = !nphy->iqcal_chanspec_2G.center_freq; in b43_phy_initn()
6207 do_cal = !nphy->iqcal_chanspec_5G.center_freq; in b43_phy_initn()
6409 r2057_get_chantabent_rev7(dev, channel->center_freq, in b43_nphy_set_channel()
6415 channel->center_freq); in b43_nphy_set_channel()