Lines Matching defs:ctpl
1431 struct ar9170_calibration_target_power_legacy *ctpl;
1452 ctpl = &ar->eeprom.cal_tgt_pwr_5G[0];
1457 ctpl = &ar->eeprom.cal_tgt_pwr_2G_cck[0];
1462 ctpl = &ar->eeprom.cal_tgt_pwr_2G_ofdm[0];
1471 if (ctpl[n].freq == 0xff)
1473 pwr_freqs[n] = ctpl[n].freq;
1479 ctpl[idx + 0].freq, ctpl[idx + 0].power[n],
1480 ctpl[idx + 1].freq, ctpl[idx + 1].power[n]);