Searched refs:ctph (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dphy.c1441 struct ar9170_calibration_target_power_ht *ctph; local
1501 ctph = &ar->eeprom.cal_tgt_pwr_5G_ht20[0];
1506 ctph = &ar->eeprom.cal_tgt_pwr_5G_ht40[0];
1511 ctph = &ar->eeprom.cal_tgt_pwr_2G_ht20[0];
1516 ctph = &ar->eeprom.cal_tgt_pwr_2G_ht40[0];
1525 if (ctph[n].freq == 0xff)
1527 pwr_freqs[n] = ctph[n].freq;
1534 ctph[idx + 0].freq,
1535 ctph[idx + 0].power[n],
1536 ctph[id
[all...]

Completed in 53 milliseconds