Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_aic.c530 SM(0, AR_PHY_AIC_CAL_ENABLE) | in ar9300_aic_calibration()
537 SM(0, AR_PHY_AIC_CAL_ENABLE) | in ar9300_aic_calibration()
589 OS_REG_CLR_BIT(ah, aic_ctrl_b1[0], AR_PHY_AIC_CAL_ENABLE); in ar9300_aic_calibration()
591 OS_REG_SET_BIT(ah, aic_ctrl_b1[0], AR_PHY_AIC_CAL_ENABLE); in ar9300_aic_calibration()
602 if ((OS_REG_READ(ah, aic_ctrl_b1[0]) & AR_PHY_AIC_CAL_ENABLE) == 0) in ar9300_aic_calibration()
HDar9300phy.h613 #define AR_PHY_AIC_CAL_ENABLE 0x00000100 macro