Searched refs:iCoff (Results 1 – 2 of 2) sorted by relevance
411 int32_t qCoff, iCoff; in ath9k_hw_iqcalibrate() local444 iCoff = iqCorrMeas / iCoffDenom; in ath9k_hw_iqcalibrate()448 "Chn %d iCoff = 0x%08x\n", i, iCoff)); in ath9k_hw_iqcalibrate()452 iCoff = iCoff & 0x3f; in ath9k_hw_iqcalibrate()455 "New: Chn %d iCoff = 0x%08x\n", i, iCoff)); in ath9k_hw_iqcalibrate()458 iCoff = 0x40 - iCoff; in ath9k_hw_iqcalibrate()467 i, iCoff, qCoff)); in ath9k_hw_iqcalibrate()471 iCoff); in ath9k_hw_iqcalibrate()
485 int8_t iCoff; member