Lines Matching defs:ctph
1432 struct ar9170_calibration_target_power_ht *ctph;
1487 ctph = &ar->eeprom.cal_tgt_pwr_5G_ht20[0];
1492 ctph = &ar->eeprom.cal_tgt_pwr_5G_ht40[0];
1497 ctph = &ar->eeprom.cal_tgt_pwr_2G_ht20[0];
1502 ctph = &ar->eeprom.cal_tgt_pwr_2G_ht40[0];
1511 if (ctph[n].freq == 0xff)
1513 pwr_freqs[n] = ctph[n].freq;
1519 ctph[idx + 0].freq, ctph[idx + 0].power[n],
1520 ctph[idx + 1].freq, ctph[idx + 1].power[n]);