Searched refs:power_meas_q (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() local2578 power_meas_q = ahp->ah_total_power_meas_q[i]; in ar9300_iq_calibration()2598 "Chn %d pwr_meas_q = 0x%08x\n", i, power_meas_q); in ar9300_iq_calibration()2602 i_coff_denom = (power_meas_i / 2 + power_meas_q / 2) / 256; in ar9300_iq_calibration()2603 q_coff_denom = power_meas_q / 64; in ar9300_iq_calibration()