Lines Matching refs:band
214 u8 band, path, txnum, section; in _rtl8723be_phy_init_tx_power_by_rate() local
216 for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band) in _rtl8723be_phy_init_tx_power_by_rate()
223 [band][path][txnum][section] = 0; in _rtl8723be_phy_init_tx_power_by_rate()
248 u8 band, in _rtl8723be_phy_set_txpower_by_rate_base() argument
262 if (band == BAND_ON_2_4G) { in _rtl8723be_phy_set_txpower_by_rate_base()
285 band); in _rtl8723be_phy_set_txpower_by_rate_base()
291 u8 band, u8 path, u8 txnum, in _rtl8723be_phy_get_txpower_by_rate_base() argument
304 if (band == BAND_ON_2_4G) { in _rtl8723be_phy_get_txpower_by_rate_base()
327 band); in _rtl8723be_phy_get_txpower_by_rate_base()
696 u32 band, u32 rfpath, in _rtl8723be_store_tx_power_by_rate() argument
704 if (band != BAND_ON_2_4G && band != BAND_ON_5G) { in _rtl8723be_store_tx_power_by_rate()
705 RT_TRACE(rtlpriv, FPHY, PHY_TXPWR, "Invalid Band %d\n", band); in _rtl8723be_store_tx_power_by_rate()
718 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][rate_section] = in _rtl8723be_store_tx_power_by_rate()
950 enum band_type band, in _rtl8723be_get_txpower_by_rate() argument
1010 tx_pwr_diff = (u8)(rtlphy->tx_power_by_rate_offset[band][rfpath][tx_num] in _rtl8723be_get_txpower_by_rate()