Lines Matching refs:band
1246 wlc_phy_chanspec_band_validch(struct brcms_phy_pub *ppi, uint band, in wlc_phy_chanspec_band_validch() argument
1262 if ((band == BRCM_BAND_2G && channel <= CH_MAX_2G_CHANNEL) || in wlc_phy_chanspec_band_validch()
1263 (band == BRCM_BAND_5G && channel > CH_MAX_2G_CHANNEL)) in wlc_phy_chanspec_band_validch()
1268 u16 wlc_phy_chanspec_band_firstch(struct brcms_phy_pub *ppi, uint band) in wlc_phy_chanspec_band_firstch() argument
1293 if (band == BRCM_BAND_2G) in wlc_phy_chanspec_band_firstch()
1304 if ((band == BRCM_BAND_2G && channel <= CH_MAX_2G_CHANNEL) || in wlc_phy_chanspec_band_firstch()
1305 (band == BRCM_BAND_5G && channel > CH_MAX_2G_CHANNEL)) in wlc_phy_chanspec_band_firstch()
1524 static void wlc_phy_upd_env_txpwr_rate_limits(struct brcms_phy *pi, u32 band) in wlc_phy_upd_env_txpwr_rate_limits() argument
1538 wlc_user_txpwr_antport_to_rfport(struct brcms_phy *pi, uint chan, u32 band, in wlc_user_txpwr_antport_to_rfport() argument
1555 u32 band = CHSPEC2BAND(pi->radio_chanspec); in wlc_phy_txpower_recalc_target() local
1595 wlc_phy_upd_env_txpwr_rate_limits(pi, band); in wlc_phy_txpower_recalc_target()
1605 band, in wlc_phy_txpower_recalc_target()