ctph             1432 drivers/net/wireless/ath/carl9170/phy.c 	struct ar9170_calibration_target_power_ht *ctph;
ctph             1487 drivers/net/wireless/ath/carl9170/phy.c 			ctph = &ar->eeprom.cal_tgt_pwr_5G_ht20[0];
ctph             1492 drivers/net/wireless/ath/carl9170/phy.c 			ctph = &ar->eeprom.cal_tgt_pwr_5G_ht40[0];
ctph             1497 drivers/net/wireless/ath/carl9170/phy.c 			ctph = &ar->eeprom.cal_tgt_pwr_2G_ht20[0];
ctph             1502 drivers/net/wireless/ath/carl9170/phy.c 			ctph = &ar->eeprom.cal_tgt_pwr_2G_ht40[0];
ctph             1511 drivers/net/wireless/ath/carl9170/phy.c 			if (ctph[n].freq == 0xff)
ctph             1513 drivers/net/wireless/ath/carl9170/phy.c 			pwr_freqs[n] = ctph[n].freq;
ctph             1519 drivers/net/wireless/ath/carl9170/phy.c 				ctph[idx + 0].freq, ctph[idx + 0].power[n],
ctph             1520 drivers/net/wireless/ath/carl9170/phy.c 				ctph[idx + 1].freq, ctph[idx + 1].power[n]);