Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/arn/
H A Darn_eeprom.c1036 static uint8_t pdadcValues[AR5416_NUM_PDADC_VALUES]; in ath9k_hw_set_def_power_cal_table() local
1105 pdadcValues, numXpdGain); in ath9k_hw_set_def_power_cal_table()
1124 reg32 = ((pdadcValues[4 * j + 0] & 0xFF) << 0) | in ath9k_hw_set_def_power_cal_table()
1125 ((pdadcValues[4 * j + 1] & 0xFF) << 8) | in ath9k_hw_set_def_power_cal_table()
1126 ((pdadcValues[4 * j + 2] & 0xFF) << 16)| in ath9k_hw_set_def_power_cal_table()
1127 ((pdadcValues[4 * j + 3] & 0xFF) << 24); in ath9k_hw_set_def_power_cal_table()
1139 i, 4 * j, pdadcValues[4 * j], in ath9k_hw_set_def_power_cal_table()
1140 4 * j + 1, pdadcValues[4 * j + 1], in ath9k_hw_set_def_power_cal_table()
1141 4 * j + 2, pdadcValues[4 * j + 2], in ath9k_hw_set_def_power_cal_table()
1143 pdadcValues[4 * j + 3])); in ath9k_hw_set_def_power_cal_table()
[all …]