Lines Matching refs:txnum

387 	u8 band = BAND_ON_2_4G, rf = 0, txnum = 0, sec = 0;  in _rtl92ee_phy_init_tx_power_by_rate()  local
391 for (; txnum < TX_PWR_BY_RATE_NUM_RF; ++txnum) in _rtl92ee_phy_init_tx_power_by_rate()
394 [band][rf][txnum][sec] = 0; in _rtl92ee_phy_init_tx_power_by_rate()
399 u8 rate_section, u8 txnum, in _rtl92ee_phy_set_txpower_by_rate_base() argument
414 rtlphy->txpwr_by_rate_base_24g[path][txnum][0] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
417 rtlphy->txpwr_by_rate_base_24g[path][txnum][1] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
420 rtlphy->txpwr_by_rate_base_24g[path][txnum][2] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
423 rtlphy->txpwr_by_rate_base_24g[path][txnum][3] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
428 rate_section, path, txnum); in _rtl92ee_phy_set_txpower_by_rate_base()
438 u8 band, u8 path, u8 txnum, in _rtl92ee_phy_get_txpower_by_rate_base() argument
454 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][0]; in _rtl92ee_phy_get_txpower_by_rate_base()
457 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][1]; in _rtl92ee_phy_get_txpower_by_rate_base()
460 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][2]; in _rtl92ee_phy_get_txpower_by_rate_base()
463 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][3]; in _rtl92ee_phy_get_txpower_by_rate_base()
468 rate_section, path, txnum); in _rtl92ee_phy_get_txpower_by_rate_base()
841 u32 txnum, u32 regaddr, in _rtl92ee_store_tx_power_by_rate() argument
858 if (txnum > MAX_RF_PATH - 1) { in _rtl92ee_store_tx_power_by_rate()
859 RT_TRACE(rtlpriv, FPHY, PHY_TXPWR, "Invalid TxNum %d\n", txnum); in _rtl92ee_store_tx_power_by_rate()
863 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][section] = data; in _rtl92ee_store_tx_power_by_rate()