Home
last modified time | relevance | path

Searched refs:new_channel (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dphy_ht.c734 struct ieee80211_channel *new_channel) in b43_phy_ht_spur_avoid() argument
740 if (new_channel->hw_value == 13 || new_channel->hw_value == 14) in b43_phy_ht_spur_avoid()
765 struct ieee80211_channel *new_channel) in b43_phy_ht_channel_setup() argument
767 if (new_channel->band == NL80211_BAND_5GHZ) { in b43_phy_ht_channel_setup()
789 if (new_channel->hw_value == 14) { in b43_phy_ht_channel_setup()
795 if (new_channel->band == NL80211_BAND_2GHZ) in b43_phy_ht_channel_setup()
802 b43_phy_ht_spur_avoid(dev, new_channel); in b43_phy_ht_channel_setup()
1061 unsigned int new_channel) in b43_phy_ht_op_switch_channel() argument
1068 if ((new_channel < 1) || (new_channel > 14)) in b43_phy_ht_op_switch_channel()
Dphy_common.h171 int (*switch_channel)(struct b43_wldev *dev, unsigned int new_channel);
391 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel);
Dphy_common.c416 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel) in b43_switch_channel() argument
425 channelcookie = new_channel; in b43_switch_channel()
435 err = phy->ops->switch_channel(dev, new_channel); in b43_switch_channel()
Dphy_lcn.c776 unsigned int new_channel) in b43_phy_lcn_op_switch_channel() argument
783 if ((new_channel < 1) || (new_channel > 14)) in b43_phy_lcn_op_switch_channel()
Dphy_lp.c1170 unsigned int new_channel);
2601 unsigned int new_channel) in b43_lpphy_op_switch_channel() argument
2607 err = lpphy_b2063_tune(dev, new_channel); in b43_lpphy_op_switch_channel()
2611 err = lpphy_b2062_tune(dev, new_channel); in b43_lpphy_op_switch_channel()
2614 lpphy_set_analog_filter(dev, new_channel); in b43_lpphy_op_switch_channel()
2615 lpphy_adjust_gain_table(dev, channel2freq_lp(new_channel)); in b43_lpphy_op_switch_channel()
2618 lpphy->channel = new_channel; in b43_lpphy_op_switch_channel()
2619 b43_write16(dev, B43_MMIO_CHANNEL, new_channel); in b43_lpphy_op_switch_channel()
Dphy_n.c6271 struct ieee80211_channel *new_channel) in b43_nphy_channel_setup() argument
6275 int ch = new_channel->hw_value; in b43_nphy_channel_setup()
6278 if (new_channel->band == NL80211_BAND_5GHZ) { in b43_nphy_channel_setup()
6289 } else if (new_channel->band == NL80211_BAND_2GHZ) { in b43_nphy_channel_setup()
6301 if (new_channel->hw_value == 14) { in b43_nphy_channel_setup()
6306 if (new_channel->band == NL80211_BAND_2GHZ) in b43_nphy_channel_setup()
6673 unsigned int new_channel) in b43_nphy_op_switch_channel() argument
6680 if ((new_channel < 1) || (new_channel > 14)) in b43_nphy_op_switch_channel()
6683 if (new_channel > 200) in b43_nphy_op_switch_channel()
Dphy_g.c2638 unsigned int new_channel) in b43_gphy_op_switch_channel() argument
2640 if ((new_channel < 1) || (new_channel > 14)) in b43_gphy_op_switch_channel()
2642 b43_gphy_channel_switch(dev, new_channel, 0); in b43_gphy_op_switch_channel()