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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dar9003_aic.c186 SM(0, AR_PHY_AIC_CAL_ENABLE) | ar9003_aic_cal_start()
193 SM(0, AR_PHY_AIC_CAL_ENABLE) | ar9003_aic_cal_start()
254 REG_CLR_BIT(ah, AR_PHY_AIC_CTRL_0_B1, AR_PHY_AIC_CAL_ENABLE); ar9003_aic_cal_start()
256 REG_SET_BIT(ah, AR_PHY_AIC_CTRL_0_B1, AR_PHY_AIC_CAL_ENABLE); ar9003_aic_cal_start()
468 AR_PHY_AIC_CAL_ENABLE) == 0) ar9003_aic_cal_continue()
476 * Use AR_PHY_AIC_CAL_ENABLE bit instead of AR_PHY_AIC_CAL_DONE. ar9003_aic_cal_continue()
480 AR_PHY_AIC_CAL_ENABLE) != 0) { ar9003_aic_cal_continue()
508 REG_CLR_BIT(ah, AR_PHY_AIC_CTRL_0_B1, AR_PHY_AIC_CAL_ENABLE); ar9003_aic_cal_continue()
511 REG_SET_BIT(ah, AR_PHY_AIC_CTRL_0_B1, AR_PHY_AIC_CAL_ENABLE); ar9003_aic_cal_continue()
H A Dreg_aic.h62 #define AR_PHY_AIC_CAL_ENABLE 0x00000100 macro

Completed in 40 milliseconds