Home
last modified time | relevance | path

Searched refs:table_min (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dphy.c2877 ath5k_fill_pwr_to_pcdac_table(struct ath5k_hw *ah, s16* table_min, in ath5k_fill_pwr_to_pcdac_table() argument
2886 min_pwr = table_min[0]; in ath5k_fill_pwr_to_pcdac_table()
2890 pcdac_n = pcdac_tmp[table_max[0] - table_min[0]]; in ath5k_fill_pwr_to_pcdac_table()
2927 ath5k_combine_linear_pcdac_curves(struct ath5k_hw *ah, s16* table_min, in ath5k_combine_linear_pcdac_curves() argument
2954 mid_pwr_idx = table_max[1] - table_min[1] - 1; in ath5k_combine_linear_pcdac_curves()
2955 max_pwr_idx = (table_max[0] - table_min[0]) / 2; in ath5k_combine_linear_pcdac_curves()
2960 if (table_max[0] - table_min[1] > 126) in ath5k_combine_linear_pcdac_curves()
2963 min_pwr_idx = table_min[1]; in ath5k_combine_linear_pcdac_curves()
2973 min_pwr_idx = table_min[0]; in ath5k_combine_linear_pcdac_curves()
2974 max_pwr_idx = (table_max[0] - table_min[0]) / 2; in ath5k_combine_linear_pcdac_curves()
[all …]