Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/b43/
Dphy_ht.c747 struct ieee80211_channel *new_channel) in b43_phy_ht_spur_avoid() argument
753 if (new_channel->hw_value == 13 || new_channel->hw_value == 14) in b43_phy_ht_spur_avoid()
778 struct ieee80211_channel *new_channel) in b43_phy_ht_channel_setup() argument
780 if (new_channel->band == NL80211_BAND_5GHZ) { in b43_phy_ht_channel_setup()
802 if (new_channel->hw_value == 14) { in b43_phy_ht_channel_setup()
808 if (new_channel->band == NL80211_BAND_2GHZ) in b43_phy_ht_channel_setup()
815 b43_phy_ht_spur_avoid(dev, new_channel); in b43_phy_ht_channel_setup()
1074 unsigned int new_channel) in b43_phy_ht_op_switch_channel() argument
1081 if ((new_channel < 1) || (new_channel > 14)) in b43_phy_ht_op_switch_channel()
Dphy_common.h177 int (*switch_channel)(struct b43_wldev *dev, unsigned int new_channel);
397 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel);
Dphy_common.c429 int b43_switch_channel(struct b43_wldev *dev, unsigned int new_channel) in b43_switch_channel() argument
438 channelcookie = new_channel; in b43_switch_channel()
448 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.c1182 unsigned int new_channel);
2624 unsigned int new_channel) in b43_lpphy_op_switch_channel() argument
2630 err = lpphy_b2063_tune(dev, new_channel); in b43_lpphy_op_switch_channel()
2634 err = lpphy_b2062_tune(dev, new_channel); in b43_lpphy_op_switch_channel()
2637 lpphy_set_analog_filter(dev, new_channel); in b43_lpphy_op_switch_channel()
2638 lpphy_adjust_gain_table(dev, channel2freq_lp(new_channel)); in b43_lpphy_op_switch_channel()
2641 lpphy->channel = new_channel; in b43_lpphy_op_switch_channel()
2642 b43_write16(dev, B43_MMIO_CHANNEL, new_channel); in b43_lpphy_op_switch_channel()
Dphy_n.c6287 struct ieee80211_channel *new_channel) in b43_nphy_channel_setup() argument
6291 int ch = new_channel->hw_value; in b43_nphy_channel_setup()
6294 if (new_channel->band == NL80211_BAND_5GHZ) { in b43_nphy_channel_setup()
6305 } else if (new_channel->band == NL80211_BAND_2GHZ) { in b43_nphy_channel_setup()
6317 if (new_channel->hw_value == 14) { in b43_nphy_channel_setup()
6322 if (new_channel->band == NL80211_BAND_2GHZ) in b43_nphy_channel_setup()
6689 unsigned int new_channel) in b43_nphy_op_switch_channel() argument
6696 if ((new_channel < 1) || (new_channel > 14)) in b43_nphy_op_switch_channel()
6699 if (new_channel > 200) in b43_nphy_op_switch_channel()
Dphy_g.c2651 unsigned int new_channel) in b43_gphy_op_switch_channel() argument
2653 if ((new_channel < 1) || (new_channel > 14)) in b43_gphy_op_switch_channel()
2655 b43_gphy_channel_switch(dev, new_channel, 0); in b43_gphy_op_switch_channel()