Lines Matching refs:rate_array

1827 static void ar9003_hw_init_txpower_cck(struct ath_hw *ah, u8 *rate_array)  in ar9003_hw_init_txpower_cck()  argument
1829 ah->tx_power[0] = rate_array[ALL_TARGET_LEGACY_1L_5L]; in ar9003_hw_init_txpower_cck()
1830 ah->tx_power[1] = rate_array[ALL_TARGET_LEGACY_1L_5L]; in ar9003_hw_init_txpower_cck()
1831 ah->tx_power[2] = min(rate_array[ALL_TARGET_LEGACY_1L_5L], in ar9003_hw_init_txpower_cck()
1832 rate_array[ALL_TARGET_LEGACY_5S]); in ar9003_hw_init_txpower_cck()
1833 ah->tx_power[3] = min(rate_array[ALL_TARGET_LEGACY_11L], in ar9003_hw_init_txpower_cck()
1834 rate_array[ALL_TARGET_LEGACY_11S]); in ar9003_hw_init_txpower_cck()
1837 static void ar9003_hw_init_txpower_ofdm(struct ath_hw *ah, u8 *rate_array, in ar9003_hw_init_txpower_ofdm() argument
1845 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ofdm()
1849 static void ar9003_hw_init_txpower_ht(struct ath_hw *ah, u8 *rate_array, in ar9003_hw_init_txpower_ht() argument
1858 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ht()
1864 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ht()
1870 ah->tx_power[i] = rate_array[j]; in ar9003_hw_init_txpower_ht()
1886 void ar9003_hw_init_rate_txpower(struct ath_hw *ah, u8 *rate_array, in ar9003_hw_init_rate_txpower() argument
1890 ar9003_hw_init_txpower_ofdm(ah, rate_array, in ar9003_hw_init_rate_txpower()
1893 ar9003_hw_init_txpower_ht(ah, rate_array, in ar9003_hw_init_rate_txpower()
1904 ar9003_hw_init_txpower_cck(ah, rate_array); in ar9003_hw_init_rate_txpower()
1905 ar9003_hw_init_txpower_ofdm(ah, rate_array, in ar9003_hw_init_rate_txpower()
1908 ar9003_hw_init_txpower_ht(ah, rate_array, in ar9003_hw_init_rate_txpower()