Searched refs:bandunit (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ |
D | wlc_channel.c | 43 #define VALID_CHANNEL20_IN_BAND(wlc, bandunit, val) \ argument 44 wlc_valid_channel20_in_band((wlc)->cmi, bandunit, val) 91 static bool wlc_valid_channel20_in_band(wlc_cm_info_t *wlc_cm, uint bandunit, 687 u8 wlc_channel_locale_flags_in_band(wlc_cm_info_t *wlc_cm, uint bandunit) in wlc_channel_locale_flags_in_band() argument 689 return wlc_cm->bandstate[bandunit].locale_flags; in wlc_channel_locale_flags_in_band() 915 wlc_cm->bandstate[band->bandunit].locale_flags = li->flags; in wlc_channels_init() 922 wlc_cm->bandstate[band->bandunit].locale_flags |= in wlc_channels_init() 925 wlc_cm->bandstate[band->bandunit].restricted_channels = in wlc_channels_init() 927 wlc_cm->bandstate[band->bandunit].radar_channels = in wlc_channels_init() 936 &wlc_cm->bandstate[band->bandunit]. in wlc_channels_init() [all …]
|
D | wlc_bmac.c | 156 static u32 wlc_setband_inact(struct wlc_info *wlc, uint bandunit); 157 static void wlc_bmac_setband(struct wlc_hw_info *wlc_hw, uint bandunit, 230 static u32 WLBANDINITFN(wlc_setband_inact) (struct wlc_info *wlc, uint bandunit) in WLBANDINITFN() 237 ASSERT(bandunit != wlc_hw->band->bandunit); in WLBANDINITFN() 252 wlc_setxband(wlc_hw, bandunit); in WLBANDINITFN() 468 uint bandunit; in wlc_bmac_set_chanspec() local 477 bandunit = CHSPEC_WLCBANDUNIT(chanspec); in wlc_bmac_set_chanspec() 478 if (wlc_hw->band->bandunit != bandunit) { in wlc_bmac_set_chanspec() 484 bandstate[bandunit]-> in wlc_bmac_set_chanspec() 486 wlc_bmac_setband(wlc_hw, bandunit, chanspec); in wlc_bmac_set_chanspec() [all …]
|
D | wlc_channel.h | 109 uint bandunit);
|
D | wlc_main.h | 301 uint bandunit; /* bandstate[] index */ member 384 uint bandunit; /* bandstate[] index */ member 776 #define OTHERBANDUNIT(wlc) ((uint)((wlc)->band->bandunit ? BAND_2G_INDEX : BAND_5G_INDEX)) 842 extern void wlc_setxband(struct wlc_hw_info *wlc_hw, uint bandunit);
|
D | wlc_main.c | 292 static void wlc_setband(struct wlc_info *wlc, uint bandunit); 419 ASSERT(CHSPEC_WLCBANDUNIT(chanspec) == wlc->band->bandunit); in wlc_init_chanspec() 824 uint bandunit; in wlc_set_chanspec() local 837 bandunit = CHSPEC_WLCBANDUNIT(chanspec); in wlc_set_chanspec() 838 if (wlc->band->bandunit != bandunit || wlc->bandinit_pending) { in wlc_set_chanspec() 851 wlc_setband(wlc, bandunit); in wlc_set_chanspec() 1261 ASSERT(CHSPEC_WLCBANDUNIT(chanspec) == wlc->band->bandunit); in wlc_bandinit_ordered() 1263 parkband = wlc->band->bandunit; /* updated in wlc_bandlock() */ in wlc_bandinit_ordered() 1299 wlc->pub->unit, wlc->band->bandunit); in WLBANDINITFN() 1313 static void WLBANDINITFN(wlc_setband) (struct wlc_info *wlc, uint bandunit) in WLBANDINITFN() [all …]
|
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phy_cmn.c | 1758 wlc_phy_txpower_boardlimit_band(wlc_phy_t *ppi, uint bandunit, s32 *max_pwr, in wlc_phy_txpower_boardlimit_band() argument
|