Lines Matching refs:bandwidth

1508 	u8 regulation = 0, bandwidth = 0, rate_section = 0, channel;  in _rtl8812ae_phy_set_txpower_limit()  local
1550 bandwidth = 0; in _rtl8812ae_phy_set_txpower_limit()
1552 bandwidth = 1; in _rtl8812ae_phy_set_txpower_limit()
1554 bandwidth = 2; in _rtl8812ae_phy_set_txpower_limit()
1556 bandwidth = 3; in _rtl8812ae_phy_set_txpower_limit()
1569 [bandwidth][rate_section] in _rtl8812ae_phy_set_txpower_limit()
1573 rtlphy->txpwr_limit_2_4g[regulation][bandwidth] in _rtl8812ae_phy_set_txpower_limit()
1579 regulation, bandwidth, rate_section, channel_index, in _rtl8812ae_phy_set_txpower_limit()
1580 rtlphy->txpwr_limit_2_4g[regulation][bandwidth] in _rtl8812ae_phy_set_txpower_limit()
1592 prev_power_limit = rtlphy->txpwr_limit_5g[regulation][bandwidth] in _rtl8812ae_phy_set_txpower_limit()
1597 rtlphy->txpwr_limit_5g[regulation][bandwidth] in _rtl8812ae_phy_set_txpower_limit()
1602 regulation, bandwidth, rate_section, channel, in _rtl8812ae_phy_set_txpower_limit()
1603 rtlphy->txpwr_limit_5g[regulation][bandwidth] in _rtl8812ae_phy_set_txpower_limit()
1614 u8 *bandwidth, u8 *rate_section, in _rtl8812ae_phy_config_bb_txpwr_lmt() argument
1618 _rtl8812ae_phy_set_txpower_limit(hw, regulation, band, bandwidth, in _rtl8812ae_phy_config_bb_txpwr_lmt()
1645 u8 *bandwidth = array[i+2]; in _rtl8821ae_phy_read_and_config_txpwr_lmt() local
1652 bandwidth, rate, rf_path, in _rtl8821ae_phy_read_and_config_txpwr_lmt()
2367 enum ht_channel_width bandwidth, in _rtl8812ae_phy_get_txpower_limit() argument
2389 if (bandwidth == HT_CHANNEL_WIDTH_20) in _rtl8812ae_phy_get_txpower_limit()
2391 else if (bandwidth == HT_CHANNEL_WIDTH_20_40) in _rtl8812ae_phy_get_txpower_limit()
2393 else if (bandwidth == HT_CHANNEL_WIDTH_80) in _rtl8812ae_phy_get_txpower_limit()
2646 u8 rate, u8 bandwidth, u8 channel) in _rtl8821ae_get_txpower_index() argument
2677 if (bandwidth == HT_CHANNEL_WIDTH_20) { in _rtl8821ae_get_txpower_index()
2684 } else if (bandwidth == HT_CHANNEL_WIDTH_20_40) { in _rtl8821ae_get_txpower_index()
2691 } else if (bandwidth == HT_CHANNEL_WIDTH_80) { in _rtl8821ae_get_txpower_index()
2712 if (bandwidth == HT_CHANNEL_WIDTH_20) { in _rtl8821ae_get_txpower_index()
2721 } else if (bandwidth == HT_CHANNEL_WIDTH_20_40) { in _rtl8821ae_get_txpower_index()
2730 } else if (bandwidth == HT_CHANNEL_WIDTH_80) { in _rtl8821ae_get_txpower_index()