Lines Matching refs:txnum

409 	u8 band = BAND_ON_2_4G, rf = 0, txnum = 0, sec = 0;  in _rtl92ee_phy_init_tx_power_by_rate()  local
413 for (; txnum < TX_PWR_BY_RATE_NUM_RF; ++txnum) in _rtl92ee_phy_init_tx_power_by_rate()
416 [band][rf][txnum][sec] = 0; in _rtl92ee_phy_init_tx_power_by_rate()
421 u8 rate_section, u8 txnum, in _rtl92ee_phy_set_txpower_by_rate_base() argument
436 rtlphy->txpwr_by_rate_base_24g[path][txnum][0] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
439 rtlphy->txpwr_by_rate_base_24g[path][txnum][1] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
442 rtlphy->txpwr_by_rate_base_24g[path][txnum][2] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
445 rtlphy->txpwr_by_rate_base_24g[path][txnum][3] = value; in _rtl92ee_phy_set_txpower_by_rate_base()
450 rate_section, path, txnum); in _rtl92ee_phy_set_txpower_by_rate_base()
460 u8 band, u8 path, u8 txnum, in _rtl92ee_phy_get_txpower_by_rate_base() argument
476 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][0]; in _rtl92ee_phy_get_txpower_by_rate_base()
479 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][1]; in _rtl92ee_phy_get_txpower_by_rate_base()
482 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][2]; in _rtl92ee_phy_get_txpower_by_rate_base()
485 value = rtlphy->txpwr_by_rate_base_24g[path][txnum][3]; in _rtl92ee_phy_get_txpower_by_rate_base()
490 rate_section, path, txnum); in _rtl92ee_phy_get_txpower_by_rate_base()
863 u32 txnum, u32 regaddr, in _rtl92ee_store_tx_power_by_rate() argument
880 if (txnum > MAX_RF_PATH - 1) { in _rtl92ee_store_tx_power_by_rate()
881 RT_TRACE(rtlpriv, FPHY, PHY_TXPWR, "Invalid TxNum %d\n", txnum); in _rtl92ee_store_tx_power_by_rate()
885 rtlphy->tx_power_by_rate_offset[band][rfpath][txnum][section] = data; in _rtl92ee_store_tx_power_by_rate()