Searched refs:power_meas_i (Results 1 – 1 of 1) sorted by relevance
2563 u_int32_t power_meas_q, power_meas_i, iq_corr_meas; in ar9300_iq_calibration() local2577 power_meas_i = ahp->ah_total_power_meas_i[i]; in ar9300_iq_calibration()2596 "Chn %d pwr_meas_i = 0x%08x\n", i, power_meas_i); in ar9300_iq_calibration()2602 i_coff_denom = (power_meas_i / 2 + power_meas_q / 2) / 256; in ar9300_iq_calibration()2609 q_coff = power_meas_i / q_coff_denom - 64; in ar9300_iq_calibration()