Home
last modified time | relevance | path

Searched refs:AR_PHY_CL_CAL_ENABLE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
Dar9285_cal.c169 OS_REG_SET_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9285_hw_cl_cal()
185 OS_REG_CLR_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9285_hw_cl_cal()
199 OS_REG_CLR_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9285_hw_cl_cal()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416phy.h369 #define AR_PHY_CL_CAL_ENABLE 0x00000002 macro
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300phy.h963 #define AR_PHY_CL_CAL_ENABLE 0x00000002 /* do carrier leak calibration after agc_calibr… macro
Dar9300_reset.c3635 OS_REG_CLR_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9300_init_cal_internal()
3639 OS_REG_SET_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); in ar9300_init_cal_internal()
4915 AR_PHY_CL_CAL_ENABLE) ? 1 : 0; in ar9300_reset()