Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dphy.c2883 min_pwr = table_min[0]; in ath5k_fill_pwr_to_pcdac_table()
2957 if (table_max[0] - table_min[1] > 126) in ath5k_combine_linear_pcdac_curves()
2960 min_pwr_idx = table_min[1]; in ath5k_combine_linear_pcdac_curves()
2970 min_pwr_idx = table_min[0]; in ath5k_combine_linear_pcdac_curves()
3276 s16 table_min[AR5K_EEPROM_N_PD_GAINS]; in ath5k_setup_channel_powertable() local
3312 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable()
3325 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable()
3339 table_min[pdg] = in ath5k_setup_channel_powertable()
3350 table_min[pdg] = table_max[pdg] - 126; in ath5k_setup_channel_powertable()
3357 ath5k_create_power_curve(table_min[pdg], in ath5k_setup_channel_powertable()
[all …]