Lines Matching refs:txnum
380 u8 band = BAND_ON_2_4G, rf = 0, txnum = 0, sec = 0; in _rtl92ee_phy_init_tx_power_by_rate() local
384 for (; txnum < TX_PWR_BY_RATE_NUM_RF; ++txnum) in _rtl92ee_phy_init_tx_power_by_rate()
387 [band][rf][txnum][sec] = 0; in _rtl92ee_phy_init_tx_power_by_rate()
392 u8 rate_section, u8 txnum, in _rtl92ee_phy_set_txpower_by_rate_base() argument
407 rtlphy->txpwr_by_rate_base_24g[path][txnum][0] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
410 rtlphy->txpwr_by_rate_base_24g[path][txnum][1] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
413 rtlphy->txpwr_by_rate_base_24g[path][txnum][2] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
416 rtlphy->txpwr_by_rate_base_24g[path][txnum][3] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
421 rate_section, path, txnum); in _rtl92ee_phy_set_txpower_by_rate_base()
431 u8 band, u8 path, u8 txnum, in _rtl92ee_phy_get_txpower_by_rate_base() argument
447 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][0]; in _rtl92ee_phy_get_txpower_by_rate_base()
450 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][1]; in _rtl92ee_phy_get_txpower_by_rate_base()
453 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][2]; in _rtl92ee_phy_get_txpower_by_rate_base()
456 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][3]; in _rtl92ee_phy_get_txpower_by_rate_base()
461 rate_section, path, txnum); in _rtl92ee_phy_get_txpower_by_rate_base()
834 u32 txnum, u32 regaddr, in _rtl92ee_store_tx_power_by_rate() argument
851 if (txnum > MAX_RF_PATH - 1) { in _rtl92ee_store_tx_power_by_rate()
852 rtl_dbg(rtlpriv, FPHY, PHY_TXPWR, "Invalid TxNum %d\n", txnum); in _rtl92ee_store_tx_power_by_rate()
856 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][section] = data; in _rtl92ee_store_tx_power_by_rate()